Back to Devexpress

DashboardDesigner.DashboardLoaded Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-1097a4e4.md

latest1.9 KB
Original Source

DashboardDesigner.DashboardLoaded Event

Occurs after the dashboard is loaded to the DashboardDesigner.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event DashboardLoadedEventHandler DashboardLoaded
vb
Public Event DashboardLoaded As DashboardLoadedEventHandler

Event Data

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

PropertyDescription
DashboardGets the loaded dashboard.

Remarks

The DashboardLoaded event is raised whenever a dashboard is loaded to the DashboardDesigner.

Use the DashboardLoadedEventArgs.Dashboard event parameter to customize the dashboard before it is loaded to the DashboardDesigner.

Implements

DashboardLoaded

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace