How to programmatically invoke CloseRequest, as the user clicked the back button?
Calling ClosePage seems to bypass that
Use case is a "quit" button that should follow the same codepath as a back button on the MainPage and thus exiting the app
The "old way", invoking Activity.Finish would call Activity.Pause with UserClosed, but ClosePage has a different logic
Calling ClosePage seems to bypass that
Use case is a "quit" button that should follow the same codepath as a back button on the MainPage and thus exiting the app
The "old way", invoking Activity.Finish would call Activity.Pause with UserClosed, but ClosePage has a different logic