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

    Occurs after the dashboard is loaded to the DashboardViewer / DashboardDesigner.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event DashboardLoadedEventHandler DashboardLoaded

    Event Data

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

    Property Description
    Dashboard Gets the loaded dashboard.
    See Also