SchedulerCallbackCommandEventArgs(String, SchedulerCallbackCommand) Constructor
Initializes a new instance of the SchedulerCallbackCommandEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public SchedulerCallbackCommandEventArgs(
string commandId,
SchedulerCallbackCommand command
)
Parameters
| Name | Type | Description |
|---|---|---|
| commandId | String | A string, specifying the callback command identifier. |
| command | DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand | A DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand object, representing a callback command. |
Remarks
The command identifier string is used to select the SchedulerCallbackCommandId enumeration member, and specify the proper command to execute in a callback.
See Also