[]
A delegate that handles events that occur when the value of an animation variable changes.
public delegate void Variable2.Value1ChangedDelegate(double newValue, double previousValue)
| Type | Name | Description |
|---|---|---|
| double | newValue | A delegate that handles events that occur when the value of an animation variable changes. |
| double | previousValue | A delegate that handles events that occur when the value of an animation variable changes. |
| Name | Description |
|---|---|
| Value1ChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(double, double, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(double, double) |