Back to Devexpress

IDashboardControl.DashboardStateChanged Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-94c163bb.md

latest1.6 KB
Original Source

IDashboardControl.DashboardStateChanged Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardStateChangedEventHandler DashboardStateChanged
vb
Event DashboardStateChanged As DashboardStateChangedEventHandler

Event Data

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

PropertyDescription
DashboardStateGets the current state of the dashboard.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace