Compartilhar via


Interface IUIAnimationVariableIntegerChangeHandler (uianimation.h)

Define um método para manipular eventos de atualização de variável de animação.

Herança

A interface IUIAnimationVariableIntegerChangeHandler herda da interface IUnknown . IUIAnimationVariableIntegerChangeHandler também tem estes tipos de membros:

Métodos

A interface IUIAnimationVariableIntegerChangeHandler tem esses métodos.

 
IUIAnimationVariableIntegerChangeHandler::OnIntegerValueChanged

Manipula eventos que ocorrem quando o valor de uma variável de animação é alterado. (IUIAnimationVariableIntegerChangeHandler.OnIntegerValueChanged)

Comentários

OnIntegerValueChanged recebe atualizações de valor de variável de animação como valores INT32 .

Para receber atualizações de valor como valores DOUBLE , use o método IUIAnimationVariableChangeHandler::OnValueChanged .

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 7, Windows Vista e Platform Update para Windows Vista [aplicativos da área de trabalho | Aplicativos UWP]
Servidor mínimo com suporte Nenhum compatível
Plataforma de Destino Windows
Cabeçalho uianimation.h

Confira também

IUIAnimationVariable::GetIntegerValue

IUIAnimationVariable::SetVariableIntegerChangeHandler

IUnknown