UITimer Class |
Namespace: Eto.Forms
The UITimer type exposes the following members.
Name | Description | |
---|---|---|
![]() | UITimer |
Initializes a new instance of the UITimer class.
|
![]() | UITimer(EventHandlerEventArgs) |
Initializes a new instance of the UITimer class with the specified elapsedHandler.
|
Name | Description | |
---|---|---|
![]() | Interval |
Gets or sets the interval, in seconds
|
![]() | Started |
Gets a value indicating whether this UITimer is started.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.) |
![]() | OnElapsed |
Raises the Elapsed event.
|
![]() | Start |
Starts the timer
|
![]() | Stop |
Stops a running timer
|