Raised when the user edits the text of an arrow.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowTextEdited |
Event DataParameter | Type | Description |
|---|---|---|
arrow | [input] reference to Arrow object | The arrow whose text has been edited. |
oldText | [input] string | The arrow's text before the modification. |
newText | [input] string | The arrow's text after the modification. |
Dispatch ID: 108
RemarksRaised just after in-place editing of the arrow's Text is completed. To enable in-place editing, set the InplaceEditAllowed property to true.
See Also