Back to Devexpress

DashboardDesigner.LayoutChanged Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-d850d707.md

latest1.5 KB
Original Source

DashboardDesigner.LayoutChanged Event

Occurs after the dashboard layout is changed.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event EventHandler LayoutChanged
vb
Public Event LayoutChanged As EventHandler

Event Data

The LayoutChanged event's data class is EventArgs.

Remarks

The DashboardDesigner.SaveDashboardLayout and DashboardDesigner.LoadDashboardLayout methods allow you to save or load the dashboard layout.

Implements

LayoutChanged

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace