ASPxClientCallbackCompleteEventArgs Class
Provides data for events concerning the final processing of a callback.
Declaration
declare class ASPxClientCallbackCompleteEventArgs extends ASPxClientEventArgs
Remarks
Objects of the ASPxClientCallbackCompleteEventArgs type are used as arguments for the ASPxClientCallback.CallbackComplete event generated on the client side.
ASPxClientCallbackCompleteEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientCallbackCompleteEventArgs
See Also