Skip to content

Commit d01ec03

Browse files
Merge pull request #2428 from DJm00n/patch-1
Update characterreceivedeventargs_keycode.md
2 parents 01bbbaa + 6713862 commit d01ec03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows.ui.core/characterreceivedeventargs_keycode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ public uint KeyCode { get; }
1313
Gets the key code of the character received by the input queue.
1414

1515
## -property-value
16-
The character in UTF-32 encoding.
16+
The character in UTF-16 encoding. Each supplementary character consists of a [surrogate pair](/windows/win32/intl/surrogates-and-supplementary-characters) sent as two separate events.
1717

1818
## -remarks
1919
> **Windows 10**
20-
> Apps do not receive this event when an [Input Method Editor (IME)](/previous-versions/windows/apps/hh967427(v=win.10)) is enabled. The Input Method Editor (IME) handles all keyboard input and sets [Handled](characterreceivedeventargs_handled.md) to **true**.
20+
> Apps do not receive this event when an [Input Method Editor (IME)](/windows/apps/design/input/input-method-editors) is enabled. The Input Method Editor (IME) handles all keyboard input and sets [Handled](characterreceivedeventargs_handled.md) to **true**.
2121
2222
> **Windows Phone**
2323
> This API is supported in native apps only.
2424
2525
## -examples
2626

2727
## -see-also
28-
[CharacterReceived](corewindow_characterreceived.md)
28+
[CharacterReceived](corewindow_characterreceived.md)

0 commit comments

Comments
 (0)