Search
FlowChart.SelectionChanged Event
See Also
 



Occurs when items are added to or removed from selection.

 Syntax

VB6  Copy Code

Public Event SelectionChanged

 Event Data

Dispatch ID: 78

 Remarks

Occurs 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