Skip to main content
A newer version of this page is available. .

DashboardSavedEventArgs Class

Provides data for the DashboardDesigner.DashboardSaved event.

Namespace: DevExpress.DashboardWin

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

Declaration

public class DashboardSavedEventArgs :
    EventArgs

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