Back to Devexpress

CallbackClientSideEvents Properties

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

latest2.0 KB
Original Source

CallbackClientSideEvents Properties

Contains a list of client-side events available for the ASPxCallback.

NameDescription
BeginCallbackGets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase.
CallbackCompleteGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientCallback.CallbackComplete event.
CallbackErrorGets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase.
EndCallbackGets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase.
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

CallbackClientSideEvents Class

CallbackClientSideEvents Members

DevExpress.Web Namespace