Skip to main content

IDashboardControl.DashboardStateChanged Event

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.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