Solution
You can move the controls inside the event structure in the following manner to ensure that new values are used:

When the control is outside of the event structures, the last value before the "Value Change" event is used inside the structure. If you want to use the new value after the "Value Change" event, move the control inside of the event structure.