Skip to main content

ASPxClientCustomDataCallbackEventArgs Class

Provides data for the CustomCallback event.

#Declaration

TypeScript
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