1 instantiation of SessionEndingEventArgs
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
964SessionEndingEventArgs endEvt = new SessionEndingEventArgs(reason);
3 references to SessionEndingEventArgs
System (3)
compmod\microsoft\win32\SessionEndingEventArgs.cs (1)
27/// <para>Initializes a new instance of the <see cref='Microsoft.Win32.SessionEndingEventArgs'/> class.</para>
compmod\microsoft\win32\SessionEndingEventHandler.cs (1)
18public delegate void SessionEndingEventHandler(object sender, SessionEndingEventArgs e);
compmod\microsoft\win32\SystemEvents.cs (1)
964SessionEndingEventArgs endEvt = new SessionEndingEventArgs(reason);