IUIAnimationStoryboardEventHandler interface
Defines methods for handling status and update events for a storyboard.
When to implement
Client applications implement an IUIAnimationStoryboardEventHandler handler to receive status and update events for a storyboard. Use the IUIAnimationStoryboard::SetStoryboardEventHandler method to set this handler for a storyboard.
Members
The IUIAnimationStoryboardEventHandler interface inherits from the IUnknown interface. IUIAnimationStoryboardEventHandler also has these types of members:
Methods
The IUIAnimationStoryboardEventHandler interface has these methods.
| Method | Description |
|---|---|
| OnStoryboardStatusChanged |
Handles events that occur when a storyboard's status changes. |
| OnStoryboardUpdated |
Handles events that occur when a storyboard is updated. |
Requirements
|
Minimum supported client |
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationStoryboardEventHandler is defined as 3D5C9008-EC7C-4364-9F8A-9AF3C58CBAE6 |
See also
- IUnknown
- IUIAnimationStoryboard::GetStatus
- IUIAnimationStoryboard::SetStoryboardEventHandler
- UI_ANIMATION_STORYBOARD_STATUS