| Overload | Description |
|---|---|
| BeginInvoke(Delegate) | Executes a delegate asynchronously on the thread that the control's underlying handle was created on. |
| BeginInvoke(Delegate,Object[]) | Executes a delegate asynchronously on the thread that the control's underlying handle was created on. |