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

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's data class is ASPxClientRibbonTabEventArgs. 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