ASPxClientTabControlTabCancelEventArgs Class
Provides data for cancellable events which concern manipulations on tabs.
Declaration
declare class ASPxClientTabControlTabCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs
Remarks
Objects of the ASPxClientTabControlTabCancelEventArgs type are used as arguments for the ASPxClientTabControlBase.ActiveTabChanging event generated on the client side.
ASPxClientTabControlTabCancelEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
ASPxClientTabControlTabCancelEventArgs
See Also