Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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