Click or drag to resize

UITimerICallback Interface

Callback interface for UITimer

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

The UITimerICallback type exposes the following members.

Methods
  NameDescription
Public methodOnElapsed
Raises the elapsed event.
Top
See Also