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

ASPxClientGlobalCallbackErrorEventArgs Properties

Provides data for the ASPxClientGlobalEvents.CallbackError event.
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