This documentation is archived and is not being maintained.
SystemEvents.TimerElapsed Event
.NET Framework 1.1
Occurs when a windows timer interval has expired.
[Visual Basic] Public Shared Event TimerElapsed As TimerElapsedEventHandler [C#] public static event TimerElapsedEventHandler TimerElapsed; [C++] public: static __event TimerElapsedEventHandler* TimerElapsed;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type TimerElapsedEventArgs containing data related to this event. The following TimerElapsedEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| TimerId | Gets the ID number for the timer. |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SystemEvents Class | SystemEvents Members | Microsoft.Win32 Namespace | TimerElapsedEventArgs | TimerElapsedEventHandler
Show: