C1.Maui.Core Assembly / C1.Maui.Core Namespace / KeyEventArgs Class


KeyEventArgs Class Properties

For a list of all members of this type, see KeyEventArgs members.

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