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

DashboardClosingEventArgs Class

Provides data for the DashboardDesigner.DashboardClosing event.

Namespace: DevExpress.DashboardWin

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

Declaration

public class DashboardClosingEventArgs :
    EventArgs

Remarks

The DashboardDesigner.DashboardClosing event is raised in the following cases:

  • the form containing the DashboardDesigner control is closed;
  • a new dashboard is created;
  • a new dashboard is opened.

The DashboardClosingEventArgs.IsDashboardModified property allows you to specify the modification state of the dashboard based on your requirements. Use the DashboardClosingEventArgs.Dashboard property to access the dashboard which is being closed.

Inheritance

Object
EventArgs
DashboardClosingEventArgs
See Also