1 reference to SessionEndingCancelEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
2395
SessionEndingCancelEventArgs secEventArgs = new
SessionEndingCancelEventArgs
( (reason & NativeMethods.ENDSESSION_LOGOFF) != 0? ReasonSessionEnding.Logoff : ReasonSessionEnding.Shutdown );