DashboardDesigner.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 dashboard is opened by an end-user in the DashboardDesigner.
- A new dashboard has been assigned to the DashboardDesigner.Dashboard property.
- The DashboardDesigner.LoadDashboard or Dashboard.LoadFromXml method has been called.
Implements
See Also