Click or drag to resize

ThreadCallback Class

Callbacks for the Thread
Inheritance Hierarchy
SystemObject
  Eto.ThreadingThreadCallback

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ThreadICallback, 
	WidgetICallback

The ThreadCallback type exposes the following members.

Constructors
  NameDescription
Public methodThreadCallback
Initializes a new instance of the ThreadCallback class
Top
Methods
  NameDescription
Public methodOnExecuted
Raises the executed event.
Top
See Also