DashboardDesigner.LayoutChanged Event
In This Article
Occurs after the dashboard layout is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public event EventHandler LayoutChanged
#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
See Also