Back to Devexpress

CallbackClientSideEventsBase Properties

aspnet-devexpress-dot-web-dot-callbackclientsideeventsbase-dot-underscore-properties.md

latest1.4 KB
Original Source

CallbackClientSideEventsBase Properties

Contains a list of the client-side events that relate to processing callbacks within web controls.

NameDescription
BeginCallbackGets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event.
CallbackErrorGets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event.
EndCallbackGets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event.
InitGets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.

See Also

CallbackClientSideEventsBase Class

CallbackClientSideEventsBase Members

DevExpress.Web Namespace