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

IDashboardControl.DashboardStateChanged Event

Occurs after the current dashboard state in the DashboardViewer / DashboardDesigner is changed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

event DashboardStateChangedEventHandler DashboardStateChanged

Event Data

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

Property Description
DashboardState Gets the current state of the dashboard.
See Also