Skip to main content

DashboardLoadedWebEventArgs(String, Dashboard) Constructor

Initializes a new instance of the DashboardLoadedWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public DashboardLoadedWebEventArgs(
    string dashboardId,
    Dashboard dashboard
)

Parameters

Name Type Description
dashboardId String

A String that specifies the dashboard identifier.

dashboard Dashboard

A Dashboard object that is the loaded dashboard.

See Also