C1.iOS.Core Assembly / C1.iOS.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 ctrl key is pressed.  
Public PropertyGets whether shift key is pressed.  
Public PropertyGets the arguments of the original event which raised this event.  
Public PropertyGets a reference to the object that raised the event.  
Public PropertyGets the type of pointer which performed the action.  
Top
See Also