Table of Contents

Class TimerUtils

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

Contains static methods and properties related to the timers.

public static class TimerUtils
Inheritance
TimerUtils

Fields

DefaultDelayedTextChangedTimeout

Gets or sets default timeout interval (in msec) for timer that calls DelayedTextChanged event.

DefaultToolTipTimeout

Gets or sets default tooltip timeout interval (in msec).

DefaultWakeUpIdleTimeout

Gets or sets default timeout interval (in msec) for timer that calls WakeUpIdle().

Properties

ClickRepeatInterval

Gets or sets Interval for the click repeat timer.

Methods

GetActionRunTime(Action)

Measures execution time of the specified action.

LastClickLessThanRepeatInterval(AbstractControl)

Checks whether LastClickedTimestamp is less than ClickRepeatInterval.

LogActionRunTime(string, Action)

logs execution time of the specified action.

Events

ClickRepeated

Occurs when the click repeat timer interval has elapsed.