I’am developping my first windows 8 application. I need to detect if the user has stopped navigation since 3 minutes and redirect to the home page.
Do you have any ideas how to do this(i use XAML in this application)??
Best regards
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.
OnNavigatedTofunction.OnNavigatedFromfunction.You can use a
DispatcherTimer: