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

BootstrapPageControl.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.v19.1.dll

Declaration

public event BootstrapPageControlEventHandler ActiveTabChanged

Event Data

The ActiveTabChanged event's data class is BootstrapPageControlEventArgs. 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