ASPxClientGlobalCallbackErrorEventArgs Members
Provides data for the ASPxClientGlobalEvents.CallbackError event.Constructors
Name | Description |
---|---|
constructor(control, message) | Initializes a new instance of the ASPxClientGlobalCallbackErrorEventArgs class. |
Properties
Name | Description |
---|---|
control | Gets an object that initiated a callback. |
handled | Gets or sets whether the event is handled and the default error handling actions are not required. Inherited from ASPxClientCallbackErrorEventArgs. |
message | Gets the error message that describes the server error that occurred. Inherited from ASPxClientCallbackErrorEventArgs. |
See Also