DashboardClosingEventArgs(Dashboard, Boolean) Constructor
Initializes a new instance of the DashboardClosingEventArgs class.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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