Table of Contents

Class DummyTimerHandler

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

Implementation of the ITimerHandler which does nothing.

public class DummyTimerHandler : DisposableObject, IBaseObject, IDisposableObject, ITimerHandler, IDisposable
Inheritance
DummyTimerHandler
Implements

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.