Tree View - ItemGotSelection Event

Fired when an item in the list becomes selected

Member of Tree View (PRIM_TRVW)

Details

The ItemGotSelection event is triggered when an item is selected.
 
This is typically caused by the user clicking on a tree item.
 
Tree defaults to single selection. Set the SelectionStyle property to Multiple to allow more than one item to be selected. The MultipleSelectStyle further refines how multiple selection can occur.
 
To select mulitple items, hold the Shift or Ctrl key down and click the items.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2