ASPxClientCallbackErrorEventArgs Class
Provides data for client events related to server-side errors that occured during callback processing.
Declaration
declare class ASPxClientCallbackErrorEventArgs extends ASPxClientEventArgs
Remarks
Objects of the ASPxClientCallbackErrorEventArgs type are used as arguments for the CallbackError events generated on the client side.
ASPxClientCallbackErrorEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientCallbackErrorEventArgs
See Also