dashboard-devexpress-dot-dashboardwin-d31cdbaf.md
Provides data for the DashboardDesigner.DashboardClosing event.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardClosingEventArgs :
EventArgs
Public Class DashboardClosingEventArgs
Inherits EventArgs
DashboardClosingEventArgs is the data class for the following events:
The DashboardDesigner.DashboardClosing event is raised in the following cases:
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.
Object EventArgs DashboardClosingEventArgs
See Also