Back to Devexpress

DashboardSavedEventArgs Class

dashboard-devexpress-dot-dashboardwin-84dfbed9.md

latest2.0 KB
Original Source

DashboardSavedEventArgs Class

Provides data for the DashboardDesigner.DashboardSaved event.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardSavedEventArgs :
    EventArgs
vb
Public Class DashboardSavedEventArgs
    Inherits EventArgs

DashboardSavedEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs DashboardSavedEventArgs

See Also

DashboardSavedEventArgs Members

DashboardSaved

DevExpress.DashboardWin Namespace