xtd 0.2.0
Loading...
Searching...
No Matches

◆ begin_invoke() [1/4]

xtd::async_result xtd::forms::control::begin_invoke ( delegate< void()>  method)
overridevirtual

Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.

Parameters
methodA delegate to a method that takes no parameters.
Returns
An async_result_invoke that represents the result of the begin_invoke(delegate) operation.

Implements xtd::isynchronize_invoke.