Back to Devexpress

DashboardDesigner.DashboardOptionsChanged Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-4f05f442.md

latest1.6 KB
Original Source

DashboardDesigner.DashboardOptionsChanged Event

Occurs after any option in the Dashboard is changed.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event EventHandler DashboardOptionsChanged
vb
Public Event DashboardOptionsChanged As EventHandler

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.

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace