dashboard-devexpress-dot-dashboardwin-84dfbed9.md
Provides data for the DashboardDesigner.DashboardSaved event.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardSavedEventArgs :
EventArgs
Public Class DashboardSavedEventArgs
Inherits EventArgs
DashboardSavedEventArgs is the data class for the following events:
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.
Object EventArgs DashboardSavedEventArgs
See Also