DashboardControl.LayoutChanged Event
In This Article
Occurs after the dashboard layout is changed.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public event EventHandler LayoutChanged
#Event Data
The LayoutChanged event's data class is EventArgs.
See Also