Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 664 Bytes

keyroutedeventargs_originalkey.md

File metadata and controls

28 lines (16 loc) · 664 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Input.KeyRoutedEventArgs.OriginalKey
winrt property

Windows.UI.Xaml.Input.KeyRoutedEventArgs.OriginalKey

-description

Gets the original, unmapped virtual key associated with the event.

Depending on the input device, the input button might be mapped to a different key value. For the mapped event value, see the Key property.

-property-value

A system value that indicates the code for the key referenced by the event.

-remarks

-examples

-see-also