Skip to main content

Dashboard.DashboardLoading Event

Occurs when the Dashboard Designer or Dashboard Viewer loads a dashboard.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public event EventHandler DashboardLoading

#Event Data

The DashboardLoading event's data class is EventArgs.

#Remarks

Note

When DashboardControl or ASPxDashboard loads a dashboard, this event does not occur.

See Also