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