You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Tree Item - ItemGotSelection Event
Fired when an item in the list becomes selected
Member of Tree Item (PRIM_TREE.TreeItem)

Parameters

Name

Type

Data Type

Description

Item

*Input

PRIM_TREE.TreeItem

Reference to the Tree item

Details


The ItemGotSelection event is triggered when an item is selected.
This is typically caused by the user clicking on a list item.
Tree 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

  • No labels