EVENT_EDIT_MODE_STATE_CHANGE
Description
When a tree control or a table cell enters or leaves edit mode, LabWindows/CVI generates an EVENT_EDIT_MODE_STATE_CHANGE event and sends the event to the callback function associated with the control.
This event is not swallowable.
Applies To
Event Data Parameters
User Interface Object | Event Data Values |
---|---|
Trees | eventData1 = TRUE if entering edit mode; FALSE if leaving edit mode eventData2 = The item being edited |
Tables | eventData1 = TRUE if entering edit mode; FALSE if leaving edit mode eventData2 = Not used |
LabWindows/CVI Compatibility
LabWindows/CVI 8.0 and later