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

DashboardViewer.LayoutChanged Event

Occurs after the dashboard layout is changed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public event EventHandler LayoutChanged

Event Data

The LayoutChanged event's data class is EventArgs.

Remarks

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

See Also