Click or drag to resize
KeyRoutedEventArgs Class
Provides data for the KeyUp and KeyDown routed events, as well as related attached and Preview events.
Inheritance Hierarchy

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public sealed class KeyRoutedEventArgs : RoutedEventArgs

The KeyRoutedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKeyRoutedEventArgs
Initializes a new instance of the KeyRoutedEventArgs class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHandled
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.
Public propertyKey
Gets the keyboard key associated with the event.
Public propertyOriginalSource
Gets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.)
Top
See Also