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

ASPxDashboardViewer.DashboardLoaded Event

Occurs after the dashboard is loaded to the ASPxDashboardViewer.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

public event DashboardLoadedWebEventHandler DashboardLoaded

Event Data

The DashboardLoaded event's data class is DashboardLoadedWebEventArgs. The following properties provide information specific to this event:

Property Description
Dashboard Gets the loaded dashboard.
DashboardId Gets the identifier of the loaded dashboard.

Remarks

The DashboardLoaded event is raised in the following cases.

Use the DashboardLoadedWebEventArgs.Dashboard property to access the instance of the loaded dashboard.

See Also