BootstrapClientTabControlTabCancelEventArgs Class
In This Article
Provides data for cancellable events related to manipulations on tabs.
#Declaration
TypeScript
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.
#Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
BootstrapClientTabControlTabCancelEventArgs
See Also