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

DashboardDesigner.DashboardOptionsChanged Event

Occurs after any option in the Dashboard is changed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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, fire the Dashboard.OptionsChanged event. You can also use the DashboardDesigner.IsDashboardModified property to indicate changes made in the DashboardDesigner UI since the last save.

See Also