Back to Devexpress

DashboardViewer.DashboardLoaded Event

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-e5f6d5b9.md

latest1.9 KB
Original Source

DashboardViewer.DashboardLoaded Event

Occurs after the dashboard is loaded to the DashboardViewer.

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 DashboardViewer.

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

Implements

DashboardLoaded

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace