CAnimationVariableIntegerChangeHandler::OnIntegerValueChanged
在动画变量的值更改时调用。
IFACEMETHOD(
OnIntegerValueChanged
) ( __in IUIAnimationStoryboard *storyboard, __in IUIAnimationVariable *variable, __in INT32 newValue, __in INT32 previousValue );
参数
storyboard
正在对变量进行动画处理的情节提要。variable
已更新的动画变量。newValue
新舍入的值。previousValue
上一个舍入的值。
返回值
如果该方法成功,则为 S_OK;否则为 E_FAIL。
要求
标头: afxanimationcontroller.h