IInteractionTrackerOwner.ValuesChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback that is triggered when the InteractionTracker's output values have changed.
public:
void ValuesChanged(InteractionTracker ^ sender, InteractionTrackerValuesChangedArgs ^ args);
void ValuesChanged(InteractionTracker const& sender, InteractionTrackerValuesChangedArgs const& args);
public void ValuesChanged(InteractionTracker sender, InteractionTrackerValuesChangedArgs args);
function valuesChanged(sender, args)
Public Sub ValuesChanged (sender As InteractionTracker, args As InteractionTrackerValuesChangedArgs)
Parameters
- sender
- InteractionTracker
The InteractionTracker that triggered the callback.
The new values for the InteractionTracker.