constructor(control, command) Constructor
Initializes a new instance of the MVCxClientGlobalBeginCallbackEventArgs class.
Declaration
constructor(
control: ASPxClientControl,
command: string
)
Parameters
Name | Type | Description |
---|---|---|
control | ASPxClientControl | An ASPxClientControl class descendant object that is the control that initiated a callback. |
command | string | A string value that is the name of the command that initiated a callback. |
See Also