EVENT_BEGIN_EDIT_TREE_CELL
Description
When a user edits a cell in a tree, LabWindows/CVI generates an EVENT_BEGIN_EDIT_TREE_CELL event and sends the event to the callback function associated with the tree control.
This event is swallowable. Return 1 to swallow EVENT_BEGIN_EDIT_TREE_CELL.
Applies To
Event Data Parameters
eventData1 = Row of cell where event was generated
eventData2 = Column of cell where event was generated
LabWindows/CVI Compatibility
LabWindows/CVI 2009 and later