Microsoft.Win32.SessionSwitchEventArgs
Provides data for the SessionSwitch event.
namespace Microsoft.Win32
{
public class SessionSwitchEventArgs : EventArgs
{
public SessionSwitchReason Reason { get; }
public SessionSwitchEventArgs(SessionSwitchReason reason);
}
}