Back to Devexpress

DashboardDesigner.DashboardSaved Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-4be10c7e.md

latest2.2 KB
Original Source

DashboardDesigner.DashboardSaved Event

Allows you to obtain the path to the dashboard XML definition before and after the save operation.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event DashboardSavedEventHandler DashboardSaved
vb
Public Event DashboardSaved As DashboardSavedEventHandler

Event Data

The DashboardSaved event's data class is DashboardSavedEventArgs. The following properties provide information specific to this event:

PropertyDescription
DashboardGets the saved dashboard.
NewFileNameGets the path to the dashboard XML definition after the save operation.
OldFileNameGets the path to the dashboard XML definition before the save operation.

Remarks

The 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

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace