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

BootstrapClientTabControlTabEventArgs Class

Provides data for events related to manipulations on tabs.

Declaration

declare class BootstrapClientTabControlTabEventArgs extends ASPxClientEventArgs

Remarks

Objects of the BootstrapClientTabControlTabEventArgs type are used as arguments for the ASPxClientTabControlBase.ActiveTabChanged event generated on the client side.

BootstrapClientTabControlTabEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs
BootstrapClientTabControlTabEventArgs
See Also