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

DashboardControlClientSideEvents.DashboardChanged Property

OBSOLETE

The DashboardChanged 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.v18.2.Web.WebForms.dll

Declaration

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

Property Value

Type Description
String

A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

See Also