Raised when the user edits the text of an arrow's label.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowLabelEdited |
Event DataParameter | Type | Description |
|---|---|---|
label | [input] reference to ArrowLabel 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: 109
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