Windows.UI.Core.CoreWindow.KeyDown

September 2, 2020 ยท View on GitHub

-description

The event that's raised when a non-system key is pressed.

The delegate type for this event is TypedEventHandler<TSender,TResult>, where TSender is of type CoreWindow, and TResult is of type KeyEventArgs.

-remarks

Apps do not receive this event when an Input Method Editor (IME) is enabled. The Input Method Editor (IME) handles all keyboard input and sets Handled to true.

-examples

-see-also

TypedEventHandler<TSender,TResult>, CoreWindow, KeyEventArgs