Click or drag to resize

ApplicationIHandlerInvoke Method

Invoke the specified action on the UI thread, blocking the current execution until it is complete.

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

Parameters

action
Type: SystemAction
Action to invoke
Remarks
Implementors should be careful to execute the action directly if the current thread is the UI thread.
See Also