Dashboard.DashboardLoading Event
In This Article
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 Dashboard
See Also