DashboardSavedEventArgs(Dashboard, String, String) Constructor
Initializes a new instance of the DashboardSavedEventArgs class.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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