CallbackPanelClientSideEvents Properties
Contains a list of the client-side events available for the ASPxCallbackPanel control.Name | Description |
---|---|
BeginCallback | Gets 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. |
CallbackError | Gets 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. |
Collapsed | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPanel.Collapsed event. |
EndCallback | Gets 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. |
Expanded | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPanel.Expanded event. |
Init | Gets 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