Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146842 | Aug 22,2019 12:13 PM UTC | Sep 5,2019 07:01 AM UTC | Blazor | 9 |
![]() |
Tags: Scheduler |
public void OnActionCompleted(ActionEventArgs<AppointmentData> args)
{
if (args.RequestType == "eventCreated")
{
// will trigger when appointment created
}
if (args.RequestType == "eventRemoved")
{
// will trigger when appointment deleted
}
if (args.RequestType == "eventChanged")
{
// will trigger when appointment edited
}
} |
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.