SchedulerSettings.AfterExecuteCallbackCommand Property
Enables you to perform custom actions after a callback command is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
SchedulerCallbackCommandEventHandler | A SchedulerCallbackCommandEventHandler delegate method allowing you to implement custom processing. |
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