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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could disable refreshing altogether, by attaching a handler to the
|
|||
|
You can try to remove the CommandBinding from the NavigationWindow. NavigationCommand.Refresh Something like:
|
|||
|
|