Microsoft.Win32.SessionSwitchEventHandler
Represents the method that will handle the SessionSwitch event.
namespace Microsoft.Win32
{
public delegate void SessionSwitchEventHandler (object sender, SessionSwitchEventArgs e);
}