IUIAnimationVariableIntegerChangeHandler2 interface (uianimation.h)

Defines a method for handling animation variable update events. IUIAnimationVariableIntegerChangeHandler2 handles events that occur in a specified dimension.

Inheritance

The IUIAnimationVariableIntegerChangeHandler2 interface inherits from the IUnknown interface. IUIAnimationVariableIntegerChangeHandler2 also has these types of members:

Methods

The IUIAnimationVariableIntegerChangeHandler2 interface has these methods.

 
IUIAnimationVariableIntegerChangeHandler2::OnIntegerValueChanged

Handles events that occur when the integer value of an animation variable changes in the specified dimension.

Requirements

Requirement Value
Minimum supported client Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header uianimation.h

See also

IUIAnimationVariable2::GetIntegerValue

IUIAnimationVariable2::SetVariableIntegerChangeHandler

IUnknown

Interfaces