Skip to main content

DiagramClosedEditorEventArgs.ValueChanged Property

Gets whether the item’s text has been changed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public bool ValueChanged { get; }

Property Value

Type Description
Boolean

true if the item’s text has been changed; otherwise, false.

See Also