DashboardViewer.DashboardChanged Event
Occurs after a dashboard has been opened.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Event Data
The DashboardChanged event's data class is EventArgs.
Remarks
The DashboardChanged event fires in the following instances.
- A new dashboard has been assigned to the DashboardViewer.Dashboard property.
- A dashboard has been specified via the DashboardViewer.DashboardSource property.
- The DashboardViewer.LoadDashboard method has been called.
Implements
See Also