Back to Devexpress

CallbackPanelClientSideEvents Properties

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

latest2.2 KB
Original Source

CallbackPanelClientSideEvents Properties

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

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.
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.
CollapsedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPanel.Collapsed event.
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.
ExpandedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPanel.Expanded 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

CallbackPanelClientSideEvents Class

CallbackPanelClientSideEvents Members

DevExpress.Web Namespace