Skip to main content
A newer version of this page is available. .

SchedulerSettings.AfterExecuteCallbackCommand Property

Enables you to perform custom actions after a callback command is executed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public SchedulerCallbackCommandEventHandler AfterExecuteCallbackCommand { get; set; }

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