IUIAnimationManagerEventHandler2 interface
Defines a method for handling updates to an animation manager.
When to implement
Client applications implement an IUIAnimationManagerEventHandler2 handler to receive status updates from an animation manager. Use the IUIAnimationManager2::SetManagerEventHandler method to set this handler.
Members
The IUIAnimationManagerEventHandler2 interface inherits from the IUnknown interface. IUIAnimationManagerEventHandler2 also has these types of members:
Methods
The IUIAnimationManagerEventHandler2 interface has these methods.
| Method | Description |
|---|---|
| IUIAnimationManager2::OnManagerStatusChanged |
Handles status changes to an animation manager. |
Requirements
|
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationManagerEventHandler2 is defined as F6E022BA-BFF3-42EC-9033-E073F33E83C3 |
See also