Skip to main content
A newer version of this page is available. .

BootstrapClientTabControl Events

Represents a client-side equivalent of the BootstrapTabControl control.
Name Description
ActiveTabChanged Fires on the client side after the active tab has been changed within a tab control. Inherited from ASPxClientTabControlBase.
ActiveTabChanging Fires on the client side before the active tab is changed within a tab control. Inherited from ASPxClientTabControlBase.
BeginCallback Occurs when a callback for server-side processing is initiated. Inherited from ASPxClientTabControlBase.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by a client tab control. Inherited from ASPxClientTabControlBase.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientTabControlBase.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
TabClick Fires when a tab is clicked. Inherited from ASPxClientTabControlBase.
See Also