DashboardSavedEventArgs Class
Provides data for the DashboardDesigner.DashboardSaved event.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
Remarks
The DashboardDesigner.DashboardSaved event is raised when an end-user saves the dashboard.
Use the DashboardSavedEventArgs.NewFileName property to obtain the path to the file to which the dashboard was saved. The DashboardSavedEventArgs.OldFileName property allows you to determine the path to the file from which the dashboard was loaded.
See Also