Click or drag to resize

IdleTimer Events

The IdleTimer 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 idle time interval is expired and the idle time counter is reset due to user intervention.
Top
See Also