Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
| C# | Visual Basic | Visual C++ |
public IAsyncResult BeginInvoke( Delegate d )
Public Function BeginInvoke ( _ d As Delegate _ ) As IAsyncResult
public: virtual IAsyncResult^ BeginInvoke( Delegate^ d ) sealed
- d (Delegate)