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

DiagramClosedEditorEventArgs.ValueChanged Property

Gets whether the item’s text has been changed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.1.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