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

DashboardControl.LayoutChanged Event

Occurs after the dashboard layout is changed.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public event EventHandler LayoutChanged

Event Data

The LayoutChanged event's data class is EventArgs.

See Also