Back Button

There are 1 entries for the tag Back Button
Handling Windows Phone 7 Back Button
When you have an application that navigates to more than one level of pages you find situations where you don’t want to go back to the previous page. Originally I was thinking that the answer was to capture the OnBackButton event and force the navigation back to the main page, but through several posts I found that this would not pass certification. Here is a link that really helped to figure out a more appropriate solution. To be a little more complete here is example code that you can use use for...

Posted On Tuesday, August 16, 2011 12:22 AM | Feedback (0)