IDashboardControl.DashboardStateChanged Event
Occurs after the current dashboard state in the DashboardViewer / DashboardDesigner is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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