LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Back Button Protection #18

Closed LanceMcCarthy closed 6 years ago

LanceMcCarthy commented 6 years ago

Currently, if you use the back button it will navigate without any consideration for incomplete operations.

Add a mechanism that does the following when the back button is pressed:

LanceMcCarthy commented 6 years ago

Credit goes to @darenm for his approach in this Template10 thread https://github.com/Windows-XAML/Template10/issues/737