Search
FlowChart.BoxSelectionLost Event
See Also
 



Occurs when a Box is deselected.

 Syntax

VB6  Copy Code

Public Event BoxSelectionLost

 Event Data

Parameter

Type

Description

box

[input] reference to a Box

The box that is deselected.

Dispatch ID: 5

 Remarks

Raised when a user removes an arrow from multiple-selection.

 See Also