SessionEndedEventArgs(SessionEndReasons) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SessionEndedEventArgs klasse.

public:
 SessionEndedEventArgs(Microsoft::Win32::SessionEndReasons reason);
public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason);
new Microsoft.Win32.SessionEndedEventArgs : Microsoft.Win32.SessionEndReasons -> Microsoft.Win32.SessionEndedEventArgs
Public Sub New (reason As SessionEndReasons)

Parameters

reason
SessionEndReasons

Een van de SessionEndReasons waarden die aangeven hoe de sessie is beƫindigd.

Van toepassing op

Zie ook