IUIAnimationVariableIntegerChangeHandler2 interface
Defines a method for handling animation variable update events. IUIAnimationVariableIntegerChangeHandler2 handles events that occur in a specified dimension.
When to implement
Client applications implement an IUIAnimationVariableIntegerChangeHandler2 handler to receive notifications when the integer value of an animation variable changes in a specified dimension.
When to use
To set this handler for an animation variable in a specified dimension, use the IUIAnimationVariable2::SetVariableIntegerChangeHandler method.
Members
The IUIAnimationVariableIntegerChangeHandler2 interface inherits from the IUnknown interface. IUIAnimationVariableIntegerChangeHandler2 also has these types of members:
Methods
The IUIAnimationVariableIntegerChangeHandler2 interface has these methods.
| Method | Description |
|---|---|
| OnIntegerValueChanged |
Handles events that occur when the integer value of an animation variable changes in the specified dimension. |
Requirements
|
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationVariableIntegerChangeHandler2 is defined as 829B6CF1-4F3A-4412-AE09-B243EB4C6B58 |
See also
- IUnknown
- Interfaces
- IUIAnimationVariable2::GetIntegerValue
- IUIAnimationVariable2::SetVariableIntegerChangeHandler