Gets the status of the physical key press that raised the character-received event.
public:
property CorePhysicalKeyStatus KeyStatus {
CorePhysicalKeyStatus get ();
}
Type: CorePhysicalKeyStatus
The status of the key that was pressed.
Namespace: Windows.UI.Core
Metadata: windows.winmd
CharacterReceivedEventArgs Class