Click or drag to resize

UITimerIHandler Interface

Handler interface for UITimer

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The UITimerIHandler type exposes the following members.

Properties
  NameDescription
Public propertyInterval
Gets or sets the interval, in seconds to execute OnElapsed(UITimer, EventArgs)
Top
Methods
  NameDescription
Public methodStart
Starts the timer
Public methodStop
Stops a running timer
Top
See Also