SessionEndedEventArgs
Class
Definition
Provides data for the SessionEnded event.
public class SessionEndedEventArgs : EventArgs
- Inheritance
Inherited Members
System.EventArgs
System.Object
Remarks
A SessionEnded event is raised when the user logs off or shuts down the system.
Constructors
| SessionEndedEventArgs(SessionEndReasons) |
Initializes a new instance of the SessionEndedEventArgs class. |
Properties
| Reason |
Gets an identifier that indicates how the session ended. |