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

DiagramClosedEditorEventArgs(DiagramItem, Boolean, String, String) Constructor

Initializes a new instance of the DiagramClosedEditorEventArgs class with the specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramClosedEditorEventArgs(
    DiagramItem item,
    bool valueChanged,
    string oldValue,
    string newValue
)

Parameters

Name Type Description
item DiagramItem

The item for which the text editor has been closed.

valueChanged Boolean

true, if the shape text has been changed; otherwise, false.

oldValue String

The previously assigned shape text.

newValue String

The new shape text.

Remarks

Instances of the DiagramClosedEditorEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also