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

DashboardSavingWebEventArgs(String, XDocument) Constructor

Initializes a new instance of the DashboardSavingWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

Declaration

public DashboardSavingWebEventArgs(
    string dashboardId,
    XDocument dashboardXml
)

Parameters

Name Type Description
dashboardId String

A String value that specifies the dashboard identifier.

dashboardXml XDocument

A XDocument object that specifies the dashboard XML definition.

See Also