constructor(control) Constructor
Initializes a new instance of the ASPxClientGlobalEndCallbackEventArgs class.
Declaration
constructor(
control: ASPxClientControl
)
Parameters
| Name | Type | Description |
|---|---|---|
| control | ASPxClientControl | An ASPxClientControl class descendant object that is the control that initiated a callback. |
See Also