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