CAnimationVariableIntegerChangeHandler::OnIntegerValueChanged
Called when a value of an animation variable has changed.
IFACEMETHOD(
OnIntegerValueChanged
) ( __in IUIAnimationStoryboard *storyboard, __in IUIAnimationVariable *variable, __in INT32 newValue, __in INT32 previousValue );
storyboard
The storyboard that is animating the variable.variable
The animation variable that was updated.newValue
The new rounded value.previousValue
The previous rounded value.
S_OK if the method succeeds; otherwise E_FAIL.
Header: afxanimationcontroller.h