Form::BeginInvoke Method

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodBeginInvoke(Delegate^)

Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.(Inherited from Control.)

System_CAPS_pubmethodBeginInvoke(Delegate^, array<Object^>^)

Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.(Inherited from Control.)

Return to top
Show: