IInteractionTrackerOwner.CustomAnimationStateEntered 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 triggered when an InteractionTracker enters the custom animation state.
public:
void CustomAnimationStateEntered(InteractionTracker ^ sender, InteractionTrackerCustomAnimationStateEnteredArgs ^ args);
void CustomAnimationStateEntered(InteractionTracker const& sender, InteractionTrackerCustomAnimationStateEnteredArgs const& args);
public void CustomAnimationStateEntered(InteractionTracker sender, InteractionTrackerCustomAnimationStateEnteredArgs args);
function customAnimationStateEntered(sender, args)
Public Sub CustomAnimationStateEntered (sender As InteractionTracker, args As InteractionTrackerCustomAnimationStateEnteredArgs)
Parameters
- sender
- InteractionTracker
The InteractionTracker that triggered the callback.
Arguments for the callback.