SchedulerSettings.AfterExecuteCallbackCommand Property
Enables you to perform custom actions after a callback command is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public SchedulerCallbackCommandEventHandler AfterExecuteCallbackCommand { get; set; }
Public Property AfterExecuteCallbackCommand As SchedulerCallbackCommandEventHandler
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
Feedback