[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.IntegerValue1ChangedDelegate

Variable2.IntegerValue1ChangedDelegate 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.IntegerValue1ChangedDelegate(int newValue, int previousValue)
Parameters
Type Name Description
int newValue A delegate that handles events that occur when the integer value of an animation variable changes.
int previousValue A delegate that handles events that occur when the integer value of an animation variable changes.

Constructors

Name Description
IntegerValue1ChangedDelegate(object, IntPtr)

Methods

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