[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Storyboard2.LoopIterationChangedDelegate

Storyboard2.LoopIterationChangedDelegate Delegate

A delegate for handling storyboard loop iteration events, which occur when a loop within a storyboard begins a new iteration.

Namespace: C1.Util.DX.Animation
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate void Storyboard2.LoopIterationChangedDelegate(Storyboard2 storyboard, IntPtr id, int newIterationCount, int oldIterationCount)
Parameters
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.

Constructors

Name Description
LoopIterationChangedDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(Storyboard2, IntPtr, int, int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(Storyboard2, IntPtr, int, int)