1 instantiation of SessionEndingEventArgs
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
921
SessionEndingEventArgs endEvt = new
SessionEndingEventArgs
(reason);
4 references to SessionEndingEventArgs
Microsoft.Win32.SystemEvents (3)
Microsoft\Win32\SessionEndingEventArgs.cs (1)
17
/// <para>Initializes a new instance of the <see cref='Microsoft.Win32.
SessionEndingEventArgs
'/> class.</para>
Microsoft\Win32\SessionEndingEventHandler.cs (1)
9
public delegate void SessionEndingEventHandler(object sender,
SessionEndingEventArgs
e);
Microsoft\Win32\SystemEvents.cs (1)
921
SessionEndingEventArgs
endEvt = new SessionEndingEventArgs(reason);
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
13
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.
SessionEndingEventArgs
))]