Compartilhar via


CAnimationVariableIntegerChangeHandler::OnIntegerValueChanged

Chamado quando um valor de uma variável de animação alterar.

IFACEMETHOD(
   OnIntegerValueChanged
) ( __in IUIAnimationStoryboard *storyboard, __in IUIAnimationVariable *variable, __in INT32 newValue, __in INT32 previousValue );

Parâmetros

  • storyboard
    O storyboard que estiver animando a variável.

  • variable
    A variável de animação que foi atualizado.

  • newValue
    o novo valor arredondado.

  • previousValue
    o valor arredondado anterior.

Valor de retorno

S_OK se o método tiver êxito; se não E_FAIL.

Requisitos

Cabeçalho: afxanimationcontroller.h

Consulte também

Referência

Classe de CAnimationVariableIntegerChangeHandler