Table of Contents

Interface ITimerHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains properties which allow to work with timer.

public interface ITimerHandler : IDisposable

Properties

Enabled

Gets or sets whether the timer is running.

Interval

Gets or sets the time duration (in milliseconds), before the Tick event is raised.

Tick

Gets or sets action which is called on timer tick.