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

DashboardSavedEventArgs(Dashboard, String, String) Constructor

Initializes a new instance of the DashboardSavedEventArgs class.

Namespace: DevExpress.DashboardWin

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

Declaration

public DashboardSavedEventArgs(
    Dashboard dashboard,
    string oldFileName,
    string newFileName
)

Parameters

Name Type Description
dashboard Dashboard

A Dashboard object.

oldFileName String

A String that is the path to the dashboard XML definition before the save operation.

newFileName String

A String that is the path to the dashboard XML definition after the save operation.

See Also