CharacterReceivedRoutedEventArgs.KeyStatus Property

Definition

Gets the status of the physical key that raised the character-received event.

CorePhysicalKeyStatus KeyStatus();
public CorePhysicalKeyStatus KeyStatus { get; }
var corePhysicalKeyStatus = characterReceivedRoutedEventArgs.keyStatus;
Public ReadOnly Property KeyStatus As CorePhysicalKeyStatus

Property Value

The status of the key that was pressed.

Applies to