Click or drag to resize

UITimerCallback Class

Callback implementation for UITimer
Inheritance Hierarchy
SystemObject
  Eto.FormsUITimerCallback

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

The UITimerCallback type exposes the following members.

Constructors
  NameDescription
Public methodUITimerCallback
Initializes a new instance of the UITimerCallback class
Top
Methods
  NameDescription
Public methodOnElapsed
Raises the elapsed event.
Top
See Also