Window.Current.CoreWindow KeyDown Event won't fire for “Tab” key Pressed in c#?

后端 未结 0 1548
无人共我
无人共我 2021-01-28 14:27

what I have Tried is ?

Window.Current.CoreWindow.KeyDown += keydown;
private void keydown(CoreWindow sender, KeyEventArgs args)
{
   //Printing entered key
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题