Occurs when a selection of items is moved by the user.
SyntaxVB6
Copy Code
|
|---|
Public Event SelectionMoved |
Event DataDispatch ID: 98
RemarksOccurs 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