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

DashboardControlClientSideEvents.DashboardChanged Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.WebForms.dll

Declaration

[Obsolete("The DashboardChange client-side event is obsolete. Use the DashboardInitialized event instead.")]
[Browsable(false)]
public string DashboardChanged { get; set; }

Property Value

Type Description
String

A string that is a function executed when the the event is raised.

See Also