EVENT_ACTIVE_TAB_CHANGE
- Updated2023-02-21
- 1 minute(s) read
EVENT_ACTIVE_TAB_CHANGE
Description
When a user selects a different tab than the currently active tab or close a tab page, LabWindows/CVI generates an EVENT_ACTIVE_TAB_CHANGE event and sends the event to the callback function associated with the tab control.
This event is not swallowable.
Applies To
Event Data Parameters:
eventData1 = Tab index of the tab that was previously active
eventData2 = Tab index of the tab that the user selected
LabWindows/CVI Compatibility
LabWindows/CVI 8.0 and later