TabControlClientSideEvents Properties
Contains a list of the client-side events available for a tab control.| Name | Description |
|---|---|
| ActiveTabChanged | Gets or sets the name of the JavaScript function or the entire code which will handle a client tab control’s ASPxClientTabControlBase.ActiveTabChanged event. |
| ActiveTabChanging | Gets or sets the name of the JavaScript function or the entire code which will handle a client tab control’s ASPxClientTabControlBase.ActiveTabChanging event. |
| 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. |
| 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. |
| 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. |
| TabClick | Gets or sets the name of the JavaScript function or the entire code which will handle a client tabbed control’s ASPxClientTabControlBase.TabClick event. |
See Also