CAnimationController::OnStoryboardUpdated
Called by the framework when storyboard has been updated.
virtual void OnStoryboardUpdated(
CAnimationGroup* pGroup
);
Parameters
- pGroup
A pointer to a group that owns the storyboard.
Remarks
This method is called if you enable storyboard events using CAnimationController::EnableStoryboardEventHandler. It can be overridden in a derived class to take application-specific actions.
Requirements
Header: afxanimationcontroller.h