Click or drag to resize

ApplicationIHandlerAsyncInvoke Method

Invoke the action asynchronously on the UI thread

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void AsyncInvoke(
	Action action
)

Parameters

action
Type: SystemAction
Action to queue on the UI thread.
Remarks
This will return immediately and queue the action to be executed on the UI thread, regardless on whether the current thread is the UI thread.
See Also