EVENT_TREE_CELL_ACTIVE_ITEM_CHANGE
- Updated2023-02-21
- 1 minute(s) read
EVENT_TREE_CELL_ACTIVE_ITEM_CHANGE
Description
When a user changes the active item of a ring or combo box cell in a tree, LabWindows/CVI generates an EVENT_TREE_CELL_ACTIVE_ITEM_CHANGE event and sends the event to the callback function associated with the tree control.
String Cells—Not used.
Ring Cells—Event sent when the active ring item changes.
Combo Box Cells—Event sent when the active ring item changes.
Checkbox Cells—Not used.
Button Cells—Not used.
Color Picker Cells—Not used.
This event is not swallowable.
Applies To
Event Data Parameters
eventData1 = Tree item index of the cell where the event was generated
eventData2 = Column index of the cell where the event was generated
LabWindows/CVI Compatibility
LabWindows/CVI 2009 and later