ASPxClientCallbackErrorEventArgs Properties
Provides data for client events related to server-side errors that occured during callback processing.Name | Description |
---|---|
handled | Gets or sets whether the event is handled and the default error handling actions are not required. |
message | Gets the error message that describes the server error that occurred. |
See Also