Occurs when items are added to or removed from selection.
SyntaxVB6
Copy Code
|
|---|
Public Event SelectionChanged |
Event DataDispatch ID: 78
RemarksOccurs when diagram items are selected or deselected. Unlike SelObjAdded and SelObjRemoved, this event is not raised for each item whose selection state changes, but just once for entire multiple-selection operation. Check the SelectedBoxes, SelectedTables and SelectedArrows collections to find out which items are currently selected. This event could be useful for updating user interface elements related to current selection.
See Also