Search
FlowChart.ArrowSelectionLost Event
See Also
 



Occurs when an Arrow is deselected.

 Syntax

VB6  Copy Code

Public Event ArrowSelectionLost

 Event Data

Parameter

Type

Description

arrow

[input] reference to an Arrow

The arrow that is deselected.

Dispatch ID: 6

 Remarks

Raised when a user removes an arrow from multiple selection.

 See Also