[]
A delegate for handling storyboard loop iteration events, which occur when a loop within a storyboard begins a new iteration.
public delegate void Storyboard2.LoopIterationChangedDelegate(Storyboard2 storyboard, IntPtr id, int newIterationCount, int oldIterationCount)
| Type | Name | Description |
|---|---|---|
| Storyboard2 | storyboard | The storyboard to which the loop belongs. |
| IntPtr | id | The loop ID. |
| int | newIterationCount | The iteration count for the latest IUIAnimationManager2::Update. |
| int | oldIterationCount | The iteration count for the previous IUIAnimationManager2::Update. |
| Name | Description |
|---|---|
| LoopIterationChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(Storyboard2, IntPtr, int, int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(Storyboard2, IntPtr, int, int) |