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

ASPxClientTabControlTabEventArgs Class

Provides data for events which concern manipulations on tabs.

Declaration

declare class ASPxClientTabControlTabEventArgs extends ASPxClientEventArgs

Remarks

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

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

Inheritance

ASPxClientEventArgs
ASPxClientTabControlTabEventArgs
See Also