Back to Devexpress

ASPxClientCustomDataCallbackEventArgs Class

aspnet-js-aspxclientcustomdatacallbackeventargs.md

latest906 B
Original Source

ASPxClientCustomDataCallbackEventArgs Class

Provides data for the CustomCallback event.

Declaration

ts
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

ASPxClientCustomDataCallbackEventArgs Members