4

I want to catch the keypresses regardless of the focus on any control. what event to fire and where. I've tried to override OnKeyDown and OnKeyUp but that doesnt seem to work

Kashif Zaidi
  • 531
  • 1
  • 6
  • 15

1 Answers1

0

There is a tapped event for the UIElements

You can read more here about events http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465387.aspx

  • This answer is almost a link-only answer. If the link were to break in the future, your answer would not have much value. I suggest you add some more information to your answer so it can stand on its own without the link. – psubsee2003 Oct 22 '12 at 00:22