Solution
To achieve this goal you will need to use the property node to access the reference for controls in the tab controls. The snippet code below shows how to register all controls in a tab control to trigger event structure when any value change happens on any of the controls.

Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
The snippet code above is created from LabVIEW 2020 32-bit, if you are using a higher version of LabVIEW, you might not find the CtlsOnPage property. In this case, please try searching for the Z-Order:Control[] property.