Click or drag to resize

TpsControlBeginInvoke Method

Overload List
  NameDescription
Public methodBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBeginInvoke(EventHandler)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
Public methodBeginInvoke(Delegate, 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.)
Public methodBeginInvoke(EventHandler, Object)
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
Top
See Also