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

ASPxClientTabControlBase.ActiveTabChanged Event

Fires on the client side after the active tab has been changed within a tab control.

Declaration

ActiveTabChanged: ASPxClientEvent<ASPxClientTabControlTabEventHandler<ASPxClientTabControlBase>>

Event Data

The ActiveTabChanged event's data class is ASPxClientTabControlTabEventArgs. 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 each time after the selected tab is changed. You can use the event parameter’s properties to identify the newly selected tab.

See Also