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

DashboardAddingWebEventArgs(XDocument, String) Constructor

Initializes a new instance of the DashboardAddingWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

Declaration

public DashboardAddingWebEventArgs(
    XDocument dashboard,
    string dashboardName
)

Parameters

Name Type Description
dashboard XDocument

A XDocument object that is the dashboard XML definition.

dashboardName String

A String value that is the dashboard name.

See Also