Gets the key code of the character whose input raised the event.
public:
property uint32 KeyCode {
uint32 get ();
}
Type: uint32
The key code of the character received by the input queue.
Namespace: Windows.UI.Core
Metadata: windows.winmd
CharacterReceivedEventArgs Class