LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationLabWindows/CVI...EventsEVENT_TREE_CELL_ACTIVE_ITEM_CHANGECurrent page
Table of Contents

EVENT_TREE_CELL_ACTIVE_ITEM_CHANGE

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

Trees

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

Was this information helpful?