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

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.

See Also