Click or drag to resize

ThreadCallbackOnExecuted Method

Raises the executed event.

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnExecuted(
	Thread widget
)

Parameters

widget
Type: Eto.ThreadingThread

[Missing <param name="widget"/> documentation for "M:Eto.Threading.Thread.Callback.OnExecuted(Eto.Threading.Thread)"]

Implements

ThreadICallbackOnExecuted(Thread)
See Also