Search
FlowChart.SelectionMoved Event
See Also
 



Occurs when a selection of items is moved by the user.

 Syntax

VB6  Copy Code

Public Event SelectionMoved

 Event Data

Dispatch ID: 98

 Remarks

Occurs when selected diagram items are moved. Access to the items in a multiple-selection is provided through the SelectedArrows, SelectedBoxes and SelectedTables collections.

 See Also