Table of Contents

Property AutoReset

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

AutoReset

Gets or sets a bool indicating whether the Timer should raise events only once (false) or repeatedly (true).

public virtual bool AutoReset { get; set; }

Property Value

bool

true if the Timer should raise the events each time the interval elapses; false if it should raise the events only once, after the first time the interval elapses. The default is true.