Back to Devexpress

IDashboardControl.SelectedTabPageChanged Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-b7ca572f.md

latest1.7 KB
Original Source

IDashboardControl.SelectedTabPageChanged Event

Occurs when the selected tab page is changed.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event SelectedTabPageChangedEventHandler SelectedTabPageChanged
vb
Event SelectedTabPageChanged As SelectedTabPageChangedEventHandler

Event Data

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

PropertyDescription
PageGets a tab page that is selected.
PrevPageGets the tab page that was selected.
TabContainerGets the name of the tab container that contains the selected tab page.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace