Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 1 rated this helpful - Rate this topic

KeyEventArgs Properties

The KeyEventArgs type exposes the following members.

  Name Description
Public property Supported by Silverlight for Windows Phone Handled 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 property Supported by Silverlight for Windows Phone Key Gets the keyboard key associated with the event.
Public property Supported by Silverlight for Windows Phone OriginalSource Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public property Supported by Silverlight for Windows Phone PlatformKeyCode Gets an integer value that represents the key that is pressed or released (depending on which event is raised). This value is the nonportable key code, which is operating system–specific.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.