Skip to main content

DashboardClosingEventArgs(Dashboard, Boolean) Constructor

Initializes a new instance of the DashboardClosingEventArgs class.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardClosingEventArgs(
    Dashboard dashboard,
    bool isDashboardModified
)

Parameters

Name Type Description
dashboard Dashboard

A Dashboard object that contains the full description of a dashboard.

isDashboardModified Boolean

A Boolean values that specifies whether the dashboard has been modified since the last save.

See Also