Skip to main content
All docs
V18.2

ASPxClientDashboard.DashboardChanged Event

The DashboardChanged client-side event is obsolete. Use the DashboardInitialized event instead.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientDashboardChangedEventHandler DashboardChanged

Event Data

The DashboardChanged event's data class is ASPxClientDashboardChangedEventArgs. The following properties provide information specific to this event:

Property Description
DashboardId Gets the identifier of a newly opened dashboard.
See Also