IDashboardControl.DashboardStateChanged Event
In This Article
Occurs after the current dashboard state in the DashboardViewer / DashboardDesigner is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Dashboard |
Gets the current state of the dashboard. |
See Also