Skip to main content

IDashboardControl.DashboardLoaded Event

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.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