BootstrapClientTabControlTabClickEventArgs Class
Provides data for events related to clicking on the control’s tabs.
Declaration
declare class BootstrapClientTabControlTabClickEventArgs extends BootstrapClientTabControlTabCancelEventArgs
Remarks
Objects of the BootstrapClientTabControlTabClickEventArgs type are used as arguments for the ASPxClientTabControlBase.TabClick event generated on the client side.
BootstrapClientTabControlTabClickEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
BootstrapClientTabControlTabCancelEventArgs
BootstrapClientTabControlTabClickEventArgs
See Also