CharacterReceivedEventArgs.KeyCode Property

Gets the key code of the character whose input raised the event.

Syntax

public:
property uint32 KeyCode {
         uint32 get ();
}  

Property value

Type: uint32 

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

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CharacterReceivedEventArgs Class

CharacterReceivedEventArgs Members

Windows.UI.Core Namespace