Click or drag to resize

WpfApplicationIdleTimerWarningInterval Property

The time interval before application-wide idle in milliseconds. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval.

Namespace: ZylSoft.Timers
Assembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public int WarningInterval { get; set; }

Property Value

Int32
See Also