[]
A delegate that handles events that occur when the integer value of an animation variable changes in the specified dimension.
public delegate void Variable2.IntegerValueChangedDelegate(Storyboard2 storyboard, Variable2 variable, int[] newValue, int[] previousValue, int cDimension)
| Type | Name | Description |
|---|---|---|
| Storyboard2 | storyboard | The storyboard that is animating the animation variable specified by the variable parameter. |
| Variable2 | variable | The animation variable that has been updated. |
| int[] | newValue | The new integer value of the animation variable. |
| int[] | previousValue | The previous integer value of the animation variable. |
| int | cDimension | The dimension in which the integer value of the animation variable changed. |
| Name | Description |
|---|---|
| IntegerValueChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(Storyboard2, Variable2, int[], int[], int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(Storyboard2, Variable2, int[], int[], int) |