Click or drag to resize

WpfApplicationIdleTimer Events

The WpfApplicationIdleTimer type exposes the following members.

Events
 NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public eventIdle Occurs when IdleInterval is expired.
Public eventIdleWarning Occurs before IdleInterval is expired. The interval is set by WarningInterval property.
Public eventResume Occurs after the IdleInterval is expired and the idle time counter is reset due to user intervention.
Top
See Also