You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows.ui.core/characterreceivedeventargs_keycode.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,16 @@ public uint KeyCode { get; }
13
13
Gets the key code of the character received by the input queue.
14
14
15
15
## -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.
17
17
18
18
## -remarks
19
19
> **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**.
0 commit comments