Object Types: Tables
Description: When a user types a value that does not already exist in the text input area of a combo box cell, an EVENT_COMBO_BOX_INSERT event is sent to the callback function associated with the table control. LabWindows/CVI adds the item to the list automatically. This event is sent to the callback function prior to inserting the new item in the list, which means that you can override this behavior by swallowing the event.
Event Data Parameters:
eventData1 = row index of the affected cell
eventData2 = column index of the affected cell