Share via


CAnimationStoryboardEventHandler::OnStoryboardUpdated

Handles OnStoryboardUpdated events, which occur when a storyboard is updated

IFACEMETHOD(
   OnStoryboardUpdated
) ( __in IUIAnimationStoryboard *storyboard );

Parameters

  • storyboard
    A pointer to storyboard, which was updated.

Return Value

S_OK if the method succeeds; otherwise E_FAIL.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationStoryboardEventHandler Class