CAnimationController::OnBeforeAnimationStart
Called by the framework right before the animation is scheduled.
virtual void OnBeforeAnimationStart(
CAnimationGroup* pGroup
);
Parameters
- pGroup
A pointer to an animation group whose animation is about to start.
Remarks
This call is routed to related CWnd and can be overridden in a derived class to perform any additional actions before the animation starts for the specified group.
Requirements
Header: afxanimationcontroller.h