IUIAnimationLoopIterationChangeHandler2 interface
Defines a method for handling storyboard loop iteration events.
When to implement
Client applications implement an IUIAnimationLoopIterationChangeHandler2 handler to receive notifications when a new loop iteration starts.
When to use
This handler is set through the IUIAnimationStoryboard2::RepeatBetweenKeyframes method.
Members
The IUIAnimationLoopIterationChangeHandler2 interface inherits from the IUnknown interface. IUIAnimationLoopIterationChangeHandler2 also has these types of members:
Methods
The IUIAnimationLoopIterationChangeHandler2 interface has these methods.
| Method | Description |
|---|---|
| OnLoopIterationChanged |
Handles loop iteration change events, which occur when a loop within a storyboard begins a new iteration. |
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_IUIAnimationLoopIterationChangeHandler2 is defined as 2D3B15A4-4762-47AB-A030-B23221DF3AE0 |
See also