Rediger

SessionEndedEventArgs Class

Definition

Provides data for the SessionEnded event.

public ref class SessionEndedEventArgs : EventArgs
public class SessionEndedEventArgs : EventArgs
type SessionEndedEventArgs = class
    inherit EventArgs
Public Class SessionEndedEventArgs
Inherits EventArgs
Inheritance
SessionEndedEventArgs

Remarks

A SessionEnded event is raised when the user logs off or shuts down the system.

Constructors

Name Description
SessionEndedEventArgs(SessionEndReasons)

Initializes a new instance of the SessionEndedEventArgs class.

Properties

Name Description
Reason

Gets an identifier that indicates how the session ended.

Applies to

See also