IDashboardControl.SelectedTabPageChanged Event
In This Article
Occurs when the selected tab page is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
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. |
Prev |
Gets the tab page that was selected. |
Tab |
Gets the name of the tab container that contains the selected tab page. |
See Also