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

DashboardControl.DashboardChanged Event

Occurs after a dashboard has been opened.

Namespace: DevExpress.DashboardWpf

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

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

Declaration

public event EventHandler DashboardChanged

Event Data

The DashboardChanged event's data class is EventArgs.

Remarks

The DashboardChanged event is raised when:

See Also