Fired when an item in the list becomes selected
Member of Tile Item (PRIM_TILE.TileItem)
Name | Type | Data Type | Description |
---|---|---|---|
Item | *Input | PRIM_TILE.TileItem | Reference to the Tile item |
The ItemGotSelection event is triggered when an item is selected. This is typically caused by the user clicking on a list item. Tile 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.
Febuary 18 V14SP2