Raised when the user edits the text of a node's label.
SyntaxVB6
Copy Code
|
|---|
Public Event BoxLabelEdited |
Event DataParameter | Type | Description |
|---|---|---|
label | [input] reference to NodeLabel object | The label whose text should be edited. |
oldText | [input] string | The label's text before the modification. |
newText | [input] string | The label's text after the modification. |
Dispatch ID: 117
RemarksRaised just after in-place editing of the label's Text is completed. To enable in-place editing, set the InplaceEditAllowed property to true.
See Also