C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragCompletedEventArgs Class

C1DragCompletedEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyGets a value indicating whether the drag gesture was cancelled.  
Public PropertyGets the accumulated translation.  
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. (Inherited from C1.iOS.Core.C1InputEventArgs)
Public PropertyGets whether ctrl key is pressed. (Inherited from C1.iOS.Core.C1InputEventArgs)
Public PropertyGets whether shift key is pressed. (Inherited from C1.iOS.Core.C1InputEventArgs)
Public PropertyGets the arguments of the original event which raised this event. (Inherited from C1.iOS.Core.C1InputEventArgs)
Public PropertyGets a reference to the object that raised the event. (Inherited from C1.iOS.Core.C1InputEventArgs)
Public PropertyGets the type of pointer which performed the action. (Inherited from C1.iOS.Core.C1InputEventArgs)
Top
See Also