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


C1InputEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyGets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.  
Public PropertyGets whether command key is pressed.  
Public PropertyGets whether ctrl key is pressed.  
Public PropertyGets whether shift key is pressed.  
Public PropertyGets the native platform event args.  
Public PropertyGets the arguments of the original event which raised this event.  
Public PropertyGets the type of pointer which performed the action.  
Top
See Also