List List Item - ItemGotSelection Event

Fired when an item in the list becomes selected

Member of List List Item (PRIM_LIST.ListItem)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_LIST.ListItemReference to the item

Details

The ItemGotSelection event is triggered when an item is selected.
 
This is typically caused by the user clicking on a list item.
 
List defaults to single selection. Change the SelectionStyle property to allow more than one item to be selected.
 
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