[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.IntegerValue1ChangedDelegate.BeginInvoke

BeginInvoke Method

BeginInvoke(int, int, AsyncCallback, object)

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