General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxClientRibbon.ActiveTabChanged Event
Fires on the client side after the active tab has been changed within a ribbon control.
Declaration
ActiveTabChanged: ASPxClientEvent<ASPxClientRibbonTabEventHandler<ASPxClientRibbon>>
Event Data
The ActiveTabChanged event handler receives an argument of the ASPxClientRibbonTabEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
tab | Gets the tab object related to the event. |
Remarks
Write a ActiveTabChanged event handler to perform specific actions on the client side after the active tab is changed. You can use the event argument's ASPxClientRibbonTabEventArgs.tab property to identify a new active tab.
See Also
Feedback