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

ASPxClientCustomDataCallbackEventArgs Class

Provides data for the CustomCallback event.

Declaration

declare class ASPxClientCustomDataCallbackEventArgs extends ASPxClientEventArgs

Remarks

Objects of the ASPxClientCustomDataCallbackEventArgs type are used as arguments for the client CustomCallback event (such as the ASPxDataViewBase.CustomCallback or ASPxHiddenField.CustomCallback).

ASPxClientCustomDataCallbackEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.

Inheritance

ASPxClientEventArgs
ASPxClientCustomDataCallbackEventArgs
See Also