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

ASPxClientEndCallbackEventArgs Class

Provides data for client events related to the completion of a callback processing round trip.

Declaration

declare class ASPxClientEndCallbackEventArgs extends ASPxClientEventArgs

Remarks

Objects of the ASPxClientEndCallbackEventArgs type are used as arguments for the EndCallback events generated on the client side.

ASPxClientEndCallbackEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

See Also