DashboardDesigner.DashboardOptionsChanged Event
Occurs after any option in the Dashboard is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public event EventHandler DashboardOptionsChanged
#Event Data
The DashboardOptionsChanged event's data class is EventArgs.
#Remarks
The event occurs after any action is added to dashboard history and fires for any dashboard. To detect changes for the current dashboard, handle the Dashboard.OptionsChanged event. You can also use the DashboardDesigner.IsDashboardModified property to indicate changes made in the DashboardDesigner UI since the last save.