Microsoft.Win32.SessionEndingEventArgs
Provides data for the SessionEnding event.
namespace Microsoft.Win32
{
public class SessionEndingEventArgs : EventArgs
{
public bool Cancel { get; set; }
public SessionEndReasons Reason { get; }
public SessionEndingEventArgs(SessionEndReasons reason);
}
}