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