Skip to main content

DiagramClientSideEvents.DiagramChanged Property

Specifies the name of the JavaScript function or the entire code which will handle the client DiagramChanged event.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string DiagramChanged { get; set; }

Property Value

Type Default Description
String String.Empty

The name of a JavaScript function or the JavaScript function’s code used to handle the event.

See Also