IUIAnimationManagerEventHandler interface
Defines a method for handling status updates to an animation manager.
When to implement
Client applications implement an IUIAnimationManagerEventHandler handler to receive status updates from an animation manager. Use IUIAnimationManager::SetManagerEventHandler to set this handler.
Members
The IUIAnimationManagerEventHandler interface inherits from the IUnknown interface. IUIAnimationManagerEventHandler also has these types of members:
Methods
The IUIAnimationManagerEventHandler interface has these methods.
| Method | Description |
|---|---|
| OnManagerStatusChanged |
Handles status changes to the animation manager. |
Examples
For an example, see Read the Animation Variable Values and Draw Frames.
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_IUIAnimationManagerEventHandler is defined as 783321ED-78A3-4366-B574-6AF607A64788 |
See also