Skip to main content

DashboardViewer.SelectedTabPageChanged Event

Occurs when the selected tab page is changed.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SelectedTabPageChanged event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also