C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / KeyEventArgs Class
Properties


KeyEventArgs Class Members

The following tables list the members exposed by KeyEventArgs.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether alt key is pressed.  
Public PropertyGets the char associated with the key that originated this event.  
Public PropertyGets a value indicating whether command key is pressed.  
Public PropertyGets a value indicating whether control key is pressed.  
Public PropertyGets the key identifier.  
Public PropertyGets the original event that originated this event.  
Public PropertyGets a value indicating whether shift key is pressed.  
Top
See Also