Skip to main content

DashboardLoadingWebEventArgs(String, XDocument) Constructor

Initializes a new instance of the DashboardLoadingWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public DashboardLoadingWebEventArgs(
    string dashboardId,
    XDocument dashboard
)

Parameters

Name Type Description
dashboardId String

A String value that specifies the dashboard identifier.

dashboard XDocument

A XDocument object that specifies the dashboard XML definition.

See Also