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

DashboardControl.SelectedTabPageChanged Event

Occurs when the selected tab page is changed.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public event SelectedTabPageChangedEventHandler SelectedTabPageChanged

Event Data

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

Property Description
Page Gets a tab page that is selected.
PrevPage Gets the tab page that was selected.
TabContainer Gets the name of the tab container that contains the selected tab page.
See Also