IUIAnimationVariableIntegerChangeHandler interface (uianimation.h)
Defines a method for handling animation variable update events.
Inheritance
The IUIAnimationVariableIntegerChangeHandler interface inherits from the IUnknown interface. IUIAnimationVariableIntegerChangeHandler also has these types of members:
Methods
The IUIAnimationVariableIntegerChangeHandler interface has these methods.
IUIAnimationVariableIntegerChangeHandler::OnIntegerValueChanged Handles events that occur when the value of an animation variable changes. (IUIAnimationVariableIntegerChangeHandler.OnIntegerValueChanged) |
Remarks
OnIntegerValueChanged receives animation variable value updates as INT32 values.
To receive value updates as DOUBLE values, use the IUIAnimationVariableChangeHandler::OnValueChanged method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | uianimation.h |
See also
IUIAnimationVariable::GetIntegerValue