Click or drag to resize

UITimer.Callback Class

Callback implementation for UITimer
Inheritance Hierarchy
System.Object
  Eto.Forms.UITimer.Callback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : UITimer.ICallback, 
	Widget.ICallback

The UITimer.Callback type exposes the following members.

Constructors
  NameDescription
Public methodUITimer.Callback
Initializes a new instance of the UITimer.Callback class
Top
Methods
  NameDescription
Public methodOnElapsed
Raises the elapsed event.
Top
See Also