SessionSwitchEventArgs(SessionSwitchReason) Construtor
Definição
Inicializa uma nova instância da classe SessionSwitchEventArgs usando o identificador de tipo de evento de alteração de sessão especificado.Initializes a new instance of the SessionSwitchEventArgs class using the specified session change event type identifer.
public:
SessionSwitchEventArgs(Microsoft::Win32::SessionSwitchReason reason);
public SessionSwitchEventArgs (Microsoft.Win32.SessionSwitchReason reason);
new Microsoft.Win32.SessionSwitchEventArgs : Microsoft.Win32.SessionSwitchReason -> Microsoft.Win32.SessionSwitchEventArgs
Public Sub New (reason As SessionSwitchReason)
Parâmetros
- reason
- SessionSwitchReason
Um SessionSwitchReason que indica o tipo de evento de alteração da sessão.A SessionSwitchReason that indicates the type of session change event.