ASPxClientTabControlTabClickEventArgs Class
In This Article
Provides data for events which concern clicking on the control’s tabs.
#Declaration
TypeScript
declare class ASPxClientTabControlTabClickEventArgs extends ASPxClientTabControlTabCancelEventArgs
#Remarks
Objects of the ASPxClientTabControlTabClickEventArgs type are used as arguments for the ASPxClientTabControlBase.TabClick event generated on the client side.
ASPxClientTabControlTabClickEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
ASPxClientTabControlTabCancelEventArgs
ASPxClientTabControlTabClickEventArgs
See Also