Closed LanceMcCarthy closed 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:
AddControbutionsPage
ContributionDetailsPage
Credit goes to @darenm for his approach in this Template10 thread https://github.com/Windows-XAML/Template10/issues/737
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:
AddControbutionsPage
- check to see if there are any items in the queue, if yes ask user if they want to cancel uploadContributionDetailsPage
- check to see if there were any unsaved edits, ask user if they want to cancel or upload changes