ASPxClientRibbonTabEventArgs Class
In This Article
Provides data for the ASPxClientRibbon.ActiveTabChanged event.
#Declaration
TypeScript
declare class ASPxClientRibbonTabEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientRibbonTabEventArgs type are used as arguments for the ASPxClientRibbon.ActiveTabChanged event generated on the client side.
ASPxClientRibbonTabEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientRibbonTabEventArgs
See Also