[]
A delegate that handles events that occur when the integer value of an animation variable changes.
public delegate void Variable2.IntegerValue1ChangedDelegate(int newValue, int previousValue)
Public Delegate Sub Variable2.IntegerValue1ChangedDelegate(newValue As Integer, previousValue As Integer)
| 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. |
| Name | Description |
|---|---|
| IntegerValue1ChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(int, int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(int, int) |