[]
A delegate that handles events that occur when the value of an animation variable changes in the specified dimension.
public delegate void Variable2.ValueChangedDelegate(Storyboard2 storyboard, Variable2 variable, double[] newValue, double[] 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. |
double[] | newValue | The new value of the animation variable. |
double[] | previousValue | The previous value of the animation variable. |
int | cDimension | The dimension in which the value of the animation variable changed. |
Name | Description |
---|---|
ValueChangedDelegate(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(Storyboard2, Variable2, double[], double[], int, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(Storyboard2, Variable2, double[], double[], int) |