Share via


CAnimationVariable::EnableIntegerValueChangedEvent

Se utiliza para habilitar o deshabilitar el evento IntegerValueChanged.

void EnableIntegerValueChangedEvent (
   CAnimationController* pController,
   BOOL bEnable
);

Parámetros

  • pController
    Puntero al controlador primario.

  • bEnable
    TRUE: habilitar evento, FALSE: deshabilitar evento.

Comentarios

Cuando se habilita el evento ValueChanged, el marco llama al método virtual CAnimationController::OnAnimationIntegerValueChanged.Tiene que invalidarlo en una clase derivada de CAnimationController para procesar este evento.Se llama a este método cada vez cambia el valor entero de la variable de animación.

Requisitos

Encabezado: afxanimationcontroller.h

Vea también

Referencia

CAnimationVariable (Clase)