Skip to content

Latest commit

 

History

History
190 lines (163 loc) · 8.45 KB

nf-uianimation-iuianimationstoryboardeventhandler-onstoryboardstatuschanged.md

File metadata and controls

190 lines (163 loc) · 8.45 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uianimation.IUIAnimationStoryboardEventHandler.OnStoryboardStatusChanged
IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged (uianimation.h)
Handles events that occur when a storyboard's status changes.
IUIAnimationStoryboardEventHandler interface [Windows Animation]
OnStoryboardStatusChanged method
IUIAnimationStoryboardEventHandler.OnStoryboardStatusChanged
IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged
OnStoryboardStatusChanged
OnStoryboardStatusChanged method [Windows Animation]
OnStoryboardStatusChanged method [Windows Animation]
IUIAnimationStoryboardEventHandler interface
uianimation.iuianimationstoryboardeventhandler_onstoryboardstatuschanged
uianimation/IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged
uianimation\iuianimationstoryboardeventhandler_onstoryboardstatuschanged.htm
UIAnimation
e1ccf0e3-64fc-444e-a27b-1a5bc1d9d6fd
12/05/2018
IUIAnimationStoryboardEventHandler interface [Windows Animation],OnStoryboardStatusChanged method, IUIAnimationStoryboardEventHandler.OnStoryboardStatusChanged, IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged, OnStoryboardStatusChanged, OnStoryboardStatusChanged method [Windows Animation], OnStoryboardStatusChanged method [Windows Animation],IUIAnimationStoryboardEventHandler interface, uianimation.iuianimationstoryboardeventhandler_onstoryboardstatuschanged, uianimation/IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged
uianimation.h
Windows
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged
uianimation/IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationStoryboardEventHandler.OnStoryboardStatusChanged

IUIAnimationStoryboardEventHandler::OnStoryboardStatusChanged

-description

Handles events that occur when a storyboard's status changes.

-parameters

-param storyboard [in]

The storyboard whose status has changed.

-param newStatus [in]

The new status.

-param previousStatus [in]

The previous status.

-returns

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See Windows Animation Error Codes for a list of error codes.

-remarks

By default, a call made in a callback method to any other animation method results in the call failing and returning UI_E_ILLEGAL_REENTRANCY. However, there are exceptions to this default. The following methods can be successfully called from OnStoryboardStatusChanged:

-see-also

IUIAnimationStoryboard

IUIAnimationStoryboard::GetStatus

IUIAnimationStoryboardEventHandler

UI_ANIMATION_STORYBOARD_STATUS