This documentation is archived and is not being maintained.
SessionEndedEventArgs Class
.NET Framework 1.1
Provides data for the SessionEnded event.
For a list of all members of this type, see SessionEndedEventArgs Members.
System.Object
System.EventArgs
Microsoft.Win32.SessionEndedEventArgs
[Visual Basic] Public Class SessionEndedEventArgs Inherits EventArgs [C#] public class SessionEndedEventArgs : EventArgs [C++] public __gc class SessionEndedEventArgs : public EventArgs [JScript] public class SessionEndedEventArgs 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 SessionEnded event is raised when the user logs off or shuts down the system.
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
SessionEndedEventArgs Members | Microsoft.Win32 Namespace | SystemEvents
Show: