Share via


CAnimationBaseObject::EnableValueChangedEvent

Configura el controlador de evento ValueChanged.

virtual void EnableValueChangedEvent(
   CAnimationController* pController,
   BOOL bEnable
);

Parámetros

  • pController
    Puntero a un controlador primario.

  • bEnable
    Especifica si habilitar o deshabilitar el evento ValueChanged.

Comentarios

Si el controlador de eventos ValueChanged está habilitado, puede administrar este evento en el método CAnimationController::OnAnimationValueChanged, que se debería invalidar en una clase derivada CAnimationController.Se llama a este método cada vez que cambia el valor de animación.

Requisitos

Encabezado: afxanimationcontroller.h

Vea también

Referencia

CAnimationBaseObject (Clase)