Back to Devexpress

DashboardControl.SelectedTabPageChanged Event

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-bdc29a30.md

latest1.7 KB
Original Source

DashboardControl.SelectedTabPageChanged Event

Occurs when the selected tab page is changed.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public event SelectedTabPageChangedEventHandler SelectedTabPageChanged
vb
Public 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

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace