Skip to main content

ASPxScheduler.AfterExecuteCallbackCommand Event

Occurs after a callback command is executed.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public event SchedulerCallbackCommandEventHandler AfterExecuteCallbackCommand

Event Data

The AfterExecuteCallbackCommand event's data class is SchedulerCallbackCommandEventArgs. The following properties provide information specific to this event:

Property Description
Command Gets or sets the object, representing the callback command.
CommandId Gets the command identifier, specifying a command to be executed.

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