I have a small application that uses a navigation window and a set of pages. My application is not a browser per se and thus I dont want the user to be able to refresh the page by pressing F5. Is there a way to disable this key in my application? Many thanks all.
|
feedback
|
|
You could disable refreshing altogether, by attaching a handler to the
| |||||
feedback
|
|
You can try to remove the CommandBinding from the NavigationWindow. NavigationCommand.Refresh Something like:
| |||
|
feedback
|