Share via


Interface IUIAnimationVariableIntegerChangeHandler (uianimation.h)

Définit une méthode pour gérer les événements de mise à jour des variables d’animation.

Héritage

L’interface IUIAnimationVariableIntegerChangeHandler hérite de l’interface IUnknown. IUIAnimationVariableIntegerChangeHandler possède également les types de membres suivants :

Méthodes

L’interface IUIAnimationVariableIntegerChangeHandler possède ces méthodes.

 
IUIAnimationVariableIntegerChangeHandler ::OnIntegerValueChanged

Gère les événements qui se produisent lorsque la valeur d’une variable d’animation change. (IUIAnimationVariableIntegerChangeHandler.OnIntegerValueChanged)

Remarques

OnIntegerValueChanged reçoit les mises à jour des valeurs de variable d’animation en tant que valeurs INT32 .

Pour recevoir les mises à jour de valeur en tant que valeurs DOUBLE , utilisez la méthode IUIAnimationVariableChangeHandler ::OnValueChanged .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7, Windows Vista et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP]
Serveur minimal pris en charge Aucun pris en charge
Plateforme cible Windows
En-tête uianimation.h

Voir aussi

IUIAnimationVariable ::GetIntegerValue

IUIAnimationVariable ::SetVariableIntegerChangeHandler

IUnknown