This documentation is archived and is not being maintained.
TimerElapsedEventArgs Class
.NET Framework 1.1
Provides data for the TimerElapsed event.
For a list of all members of this type, see TimerElapsedEventArgs Members.
System.Object
System.EventArgs
Microsoft.Win32.TimerElapsedEventArgs
[Visual Basic] <ComVisible(False)> Public Class TimerElapsedEventArgs Inherits EventArgs [C#] [ComVisible(false)] public class TimerElapsedEventArgs : EventArgs [C++] [ComVisible(false)] public __gc class TimerElapsedEventArgs : public EventArgs [JScript] public ComVisible(false) class TimerElapsedEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
A TimerElapsed event is raised when a windows timer interval has expired.
Requirements
Namespace: Microsoft.Win32
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
TimerElapsedEventArgs Members | Microsoft.Win32 Namespace | SessionEndReasons
Show: