IInteractionTrackerOwner.CustomAnimationStateEntered Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Callback attivato quando un InteractionTracker entra nello stato dell'animazione personalizzata.
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)
Parametri
- sender
- InteractionTracker
InteractionTracker che ha attivato il callback.
Argomenti per il callback.