how can i get the event when the user is on page A and go to page B. on page B he press back and returns tu page A.
need to determin when this happen, how could i do this with wp7?
how can i get the event when the user is on page A and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The OnNavigatedTo event that handles navigation to a page, be it by NavigationService’s Navigate or GoBack method, have no event information on from which page you navigated from, and neither about how you navigated.
So in short: It’s not possible. And I can’t imagine any good reason for it either.