Back to Devexpress

IDashboardControl.DashboardLoaded Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-de5da685.md

latest1.4 KB
Original Source

IDashboardControl.DashboardLoaded Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardLoadedEventHandler DashboardLoaded
vb
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.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace