Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
C# - KeyDown in Control (Windows Store Apps)
SUBMITTED BY:
TheSwarm
DATE:
Oct. 20, 2015, 9:04 p.m.
FORMAT:
Text only
SIZE:
328 Bytes
Raw
Download
Tweet
HITS:
2131
Go to comments
Report
void CreateAbo()
{
Window.Current.CoreWindow.Dispatcher.AcceleratorKeyActivated += OnKeyDown;
}
private void OnKeyDown(CoreDispatcher sender, AcceleratorKeyEventArgs args)
{
if (args.EventType == CoreAcceleratorKeyEventType.SystemKeyDown || args.EventType == CoreAcceleratorKeyEventType.KeyDown)
{
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus