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

Allow view-models to be notified if closed by being light-dismissed #36

Open Andy-Wilkinson opened 10 years ago

Andy-Wilkinson commented 10 years ago

Currently if a page is light-dismissed (e.g. a settings pane is closed) then the view-models are not notified via INavigationAware that they are being closed. Some form of notification (IClosingAware?) would be beneficial.