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

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.

See Also