Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 3.5 KB

nf-uianimation-iuianimationstoryboard-setstoryboardeventhandler.md

File metadata and controls

77 lines (60 loc) · 3.5 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.IUIAnimationStoryboard.SetStoryboardEventHandler
IUIAnimationStoryboard::SetStoryboardEventHandler (uianimation.h)
Specifies a handler for storyboard events. (IUIAnimationStoryboard.SetStoryboardEventHandler)
IUIAnimationStoryboard interface [Windows Animation]
SetStoryboardEventHandler method
IUIAnimationStoryboard.SetStoryboardEventHandler
IUIAnimationStoryboard::SetStoryboardEventHandler
SetStoryboardEventHandler
SetStoryboardEventHandler method [Windows Animation]
SetStoryboardEventHandler method [Windows Animation]
IUIAnimationStoryboard interface
uianimation.iuianimationstoryboard_setstoryboardeventhandler
uianimation/IUIAnimationStoryboard::SetStoryboardEventHandler
uianimation\iuianimationstoryboard_setstoryboardeventhandler.htm
UIAnimation
8fbe8e94-8585-4adc-8643-3962aff6a031
12/05/2018
IUIAnimationStoryboard interface [Windows Animation],SetStoryboardEventHandler method, IUIAnimationStoryboard.SetStoryboardEventHandler, IUIAnimationStoryboard::SetStoryboardEventHandler, SetStoryboardEventHandler, SetStoryboardEventHandler method [Windows Animation], SetStoryboardEventHandler method [Windows Animation],IUIAnimationStoryboard interface, uianimation.iuianimationstoryboard_setstoryboardeventhandler, uianimation/IUIAnimationStoryboard::SetStoryboardEventHandler
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
IUIAnimationStoryboard::SetStoryboardEventHandler
uianimation/IUIAnimationStoryboard::SetStoryboardEventHandler
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationStoryboard.SetStoryboardEventHandler

IUIAnimationStoryboard::SetStoryboardEventHandler

-description

Specifies a handler for storyboard events.

-parameters

-param handler [in, optional]

The handler to be called whenever storyboard status and update events occur.

The specified object must implement the IUIAnimationStoryboardEventHandler interface or be NULL. See Remarks.

-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

Passing NULL for the handler parameter causes Windows Animation to release its reference to any handler object you passed in earlier. This technique can be essential for breaking reference cycles without having to call the IUIAnimationManager::Shutdown method.

-see-also

IUIAnimationStoryboard

IUIAnimationStoryboardEventHandler