LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

EVENT_ACTIVE_TAB_CHANGE

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

Tabs

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

Was this information helpful?