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

DashboardLoadingWebEventArgs(String, XDocument) Constructor

Initializes a new instance of the DashboardLoadingWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

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