EVENT_TABLE_ROW_COL_LABEL_CLICK
- Updated2023-02-21
- 1 minute(s) read
EVENT_TABLE_ROW_COL_LABEL_CLICK
Description
When a user clicks a row or column label, LabWindows/CVI generates an EVENT_TABLE_ROW_COL_LABEL_CLICK event and sends the event to the callback function associated with the table control.
This event is not swallowable.
Applies To
Event Data Parameters
eventData1 = The index of the row label that the user clicked or 0 if the user clicked the column label or the upper left area of the table
eventData2 = The index of the column label that the user clicked or 0 if the user clicked the row label or the upper left area of the table
LabWindows/CVI Compatibility
LabWindows/CVI 2009 and later