Skip to main content
A newer version of this page is available. .

ASPxClientCallbackErrorEventArgs Members

Provides data for client events related to server-side errors that occured during callback processing.

Constructors

Name Description
constructor(message) Initializes a new ASPxClientCallbackErrorEventArgs object with the specified settings.

Properties

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