Skip to main content
All docs
V18.2

ASPxClientDashboard.SelectedTabPageChanged Event

Occurs when the selected tab page is changed.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientSelectedTabPageChangedEventHandler SelectedTabPageChanged

Event Data

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

Property Description
PreviousPage Gets the tab page that was selected.
SelectedPage Gets the tab page that is selected.
TabContainerName Gets the name of the tab container that contains the selected tab page.
See Also