Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149203 | Nov 18,2019 06:01 PM UTC | Nov 21,2019 05:43 AM UTC | Blazor | 3 |
![]() |
Tags: Scheduler |
public void OnActionBegin(ActionEventArgs<AppointmentData> args)
{
if (args.RequestType == "eventCreate")
{
foreach(AppointmentData data in args.AddedRecords)
{
data.Subject = "Subject Changed";
}
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.