Share via


CAnimationController::OnAnimationTimerPostUpdate

Visual Studio 2010 SP1 is required.

Called by the framework after an animation update is finished.

virtual void OnAnimationTimerPostUpdate();

Remarks

This method is called if you enable timer event handlers using EnableAnimationTimerEventHandler. It can be overridden in a derived class to take application-specific actions.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationController Class