[]
A delegate that handles events that occur when the value of an animation variable changes.
public delegate void Variable2.Value2ChangedDelegate(double newValue1, double newValue2, double prevValue1, double prevValue2)
Public Delegate Sub Variable2.Value2ChangedDelegate(newValue1 As Double, newValue2 As Double, prevValue1 As Double, prevValue2 As Double)
| Type | Name | Description |
|---|---|---|
| double | newValue1 | A delegate that handles events that occur when the value of an animation variable changes. |
| double | newValue2 | A delegate that handles events that occur when the value of an animation variable changes. |
| double | prevValue1 | A delegate that handles events that occur when the value of an animation variable changes. |
| double | prevValue2 | A delegate that handles events that occur when the value of an animation variable changes. |
| Name | Description |
|---|---|
| Value2ChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(double, double, double, double, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(double, double, double, double) |