Tag: Code to disable hardware Back Button in Windows Phone 7
-
Code to disable hardware Back Button in Windows Phone 7
You can come across requirement when you need to disable hardware back button in Windows Phone 7. If you want to disable hardware back button on Page1 then you need to override OnBackKeyPress method on Page1. To disable you need to make CancelEventArgs value to cancel as given below, If you want you can display…