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