SchedulerSettings.AfterExecuteCallbackCommand Property
In This Article
Enables you to perform custom actions after a callback command is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SchedulerCallbackCommandEventHandler AfterExecuteCallbackCommand { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
Handle this event to modify the scheduler layout, appearance or behavior according to amended characteristics caused by the end-user callback. The CommandID property of the event’s handler provides information on the executed command.
See Also