[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.ValueChangedDelegate.BeginInvoke

BeginInvoke Method

BeginInvoke(Storyboard2, Variable2, double[], double[], int, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(Storyboard2 storyboard, Variable2 variable, double[] newValue, double[] previousValue, int cDimension, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(storyboard As Storyboard2, variable As Variable2, newValue As Double(), previousValue As Double(), cDimension As Integer, callback As AsyncCallback, [object] As Object) As IAsyncResult
Parameters
Type Name Description
Storyboard2 storyboard
Variable2 variable
double[] newValue
double[] previousValue
int cDimension
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult