Search
FlowChart.ArrowLabelEdited Event
See Also
 



Raised when the user edits the text of an arrow's label.

 Syntax

VB6  Copy Code

Public Event ArrowLabelEdited

 Event Data

Parameter

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

 Remarks

Raised 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