SchedulerSettings.BeforeExecuteCallbackCommand Property
In This Article
Enables you to perform custom actions before a callback command is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SchedulerCallbackCommandEventHandler BeforeExecuteCallbackCommand { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
The BeforeExecuteCallbackCommand event alerts that a callback is about to be executed.The issued command and its parameters are identified by the event’s arguments.
To know more, refer to the ASPxScheduler.BeforeExecuteCallbackCommand article.
See Also