Method Invoke
Invoke(Delegate)
When implemented by a class, executes the specified delegate on the thread that owns the control's underlying window handle.
object Invoke(Delegate method)
Parameters
method
Delegate
When implemented by a class, executes the specified delegate on the thread that owns the control's underlying window handle.
object Invoke(Delegate method)
method
Delegate