ZylIdleTimer.NET

IdleTimer Events

The events of the IdleTimer class are listed below. For a complete list of IdleTimer class members, see the IdleTimer Members topic.

Public Instance Events

Disposed (inherited from Component)Occurs when the component is disposed by a call to the Dispose method.
SystemIdle Occures when SystemInterval is expired.
SystemResume Occures after the idle time interval is expired and the idle time counter is reset due to user intervention.

Protected Instance Events

Stopped (inherited from CustomTimer) Occures after the timer is stopped.
Tick (inherited from CustomTimer) Occures when Interval is expired.

See Also

IdleTimer Class | ZylIdleTimer Namespace