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

BootstrapClientTabControlTabCancelEventArgs Class

Provides data for cancellable events related to manipulations on tabs.

Declaration

declare class BootstrapClientTabControlTabCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs

Remarks

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

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

See Also