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

DashboardLoadedWebEventArgs Class

Provides data for the ASPxDashboardViewer.DashboardLoaded event.

Namespace: DevExpress.DashboardWeb

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

Declaration

public class DashboardLoadedWebEventArgs :
    EventArgs

Remarks

The ASPxDashboardViewer.DashboardLoaded event is raised in the following cases.

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

Inheritance

Object
EventArgs
DashboardLoadedWebEventArgs
See Also