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