Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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