Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 667 Bytes

characterreceivedeventargs_keycode.md

File metadata and controls

26 lines (16 loc) · 667 Bytes
-api-id -api-type
P:Microsoft.UI.Input.CharacterReceivedEventArgs.KeyCode
winrt property

Microsoft.UI.Input.CharacterReceivedEventArgs.KeyCode

-description

Gets the virtual-key code of the character received by the input queue.

-property-value

The virtual-key code of the character received by the input queue.

-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.

-see-also

-examples