[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.IntegerValueChangedDelegate.BeginInvoke

BeginInvoke Method

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

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