0

This seems to be mission impossible?
According to the comments on this page: http://msdn.microsoft.com/en-us/library/system.windows.application.exit.aspx , others also have trouble archieving it.

Which event is the best one to use? Session.Ending? Exit?

Thanks for any hint!
Sascha

Sascha
  • 2,193
  • 3
  • 24
  • 38
  • Just a guess, but what about [Dispatcher.ShutdownStarted](http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatcher.shutdownstarted.aspx)? –  Aug 04 '11 at 13:00

1 Answers1

1

may be Application.SessionEnding Event?

blindmeis
  • 22,175
  • 7
  • 55
  • 74