[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.IntegerValue2ChangedDelegate

Variable2.IntegerValue2ChangedDelegate Delegate

A delegate that handles events that occur when the integer value of an animation variable changes.

Namespace: C1.Util.DX.Animation
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate void Variable2.IntegerValue2ChangedDelegate(int newValue1, int newValue2, int prevValue1, int prevValue2)
Parameters
Type Name Description
int newValue1 A delegate that handles events that occur when the integer value of an animation variable changes.
int newValue2 A delegate that handles events that occur when the integer value of an animation variable changes.
int prevValue1 A delegate that handles events that occur when the integer value of an animation variable changes.
int prevValue2 A delegate that handles events that occur when the integer value of an animation variable changes.

Constructors

Name Description
IntegerValue2ChangedDelegate(object, IntPtr)

Methods

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