Musings
Public · Protected · Private
APPLICATION SHUTDOWN THOUGHTS
-
2012-06-14 06:39OnLastWindowClose our application keeps running till last window is closed OnMainWindowClose This is the traditional approach OnExplicitShutdown call Application.Shutdown(). long-running background task or if you just want to use more complex logic to decide when your application should close
This blog is frozen. No new comments or edits allowed.