DiagramClosedEditorEventArgs Properties
Provides data for the DiagramControl.ClosedEditor event.Name | Description |
---|---|
Item | Gets the item for which the text editor has been closed. |
NewValue | Gets or sets the new shape text. |
OldValue | Gets the previously assigned shape text. |
ValueChanged | Gets whether the item’s text has been changed. |
See Also