Skip to main content
All docs
V25.1
  • IDashboardControl.DashboardStateChanged Event

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

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.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