Search
FlowChart.ArrowSelected Event
See Also
 



Occurs when an arrow is selected.

 Syntax

VB6  Copy Code

Public Event ArrowSelected

 Event Data

Parameter

Type

Description

arrow

[input] reference to an Arrow

The arrow that is selected.

Dispatch ID: 4

 Remarks

Raised when a user selects an arrow, making it the ActiveArrow.

 See Also