Skip to main content
A newer version of this page is available. .

Dashboard.DashboardLoading Event

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

Namespace: DevExpress.DashboardCommon

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

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