OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Remove ILifetimeAware.OnExiting method? #37

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

Currently the ILifetimeAware.OnExiting method is never called duing normal application lifecycle. NB: Should check that this is not called when Share Targets, FilePickers etc. are closed whilst the main application is still in the background.

Andy-Wilkinson commented 10 years ago

I have tried a few attempts to cause the CoreApplication.Exiting event to fire and it never does. To avoid confusion I will remove the ILifetimeAware.OnExiting method for now.