Skip to main content

SaveDashboardEventArgs(String, XDocument) Constructor

Initializes a new instance of the SaveDashboardEventArgs class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public SaveDashboardEventArgs(
    string dashboardId,
    XDocument dashboardXml
)

Parameters

Name Type Description
dashboardId String

A String value that specifies the dashboard identifier.

dashboardXml XDocument

A XDocument object that is the dashboard XML definition.

See Also