Search
FlowChart.ArrowTextEdited Event
See Also
 



Raised when the user edits the text of an arrow.

 Syntax

VB6  Copy Code

Public Event ArrowTextEdited

 Event Data

Parameter

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

 Remarks

Raised 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