Share via


CAnimationController::OnStoryboardStatusChanged

Called by the framework when storyboard status has changed.

virtual void OnStoryboardStatusChanged(
   CAnimationGroup* pGroup,
   UI_ANIMATION_STORYBOARD_STATUS newStatus,
   UI_ANIMATION_STORYBOARD_STATUS previousStatus
);

Parameters

  • pGroup
    A pointer to an animation group that owns the storyboard whose status has changed.

  • newStatus
    Specifies the new status.

  • previousStatus
    Specifies the previous status.

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

See Also

Reference

CAnimationController Class