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

BootstrapTabControl.ActiveTabChanged Event

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public event BootstrapTabControlEventHandler ActiveTabChanged

Event Data

The ActiveTabChanged event's data class is BootstrapTabControlEventArgs. The following properties provide information specific to this event:

Property Description
Tab Gets a tab object related to the event.

Remarks

Write a ActiveTabChanged event handler to perform specific actions on the server side after each time the selected tab is changed. You can use the event parameter’s property to identify a new active tab.

See Also