| C1.Android.Core Assembly > C1.Android.Core Namespace : C1DragStartingEventArgs Class |
The following tables list the members exposed by C1DragStartingEventArgs.
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the recognizion of this gesture is canceled. |
![]() | CaptureElementOnPointerPressed | Gets or sets a value indicating whether the element will be captured in pointer pressed event (MouseLeftButtonDown in SL and WPF and PointerPressed in UWP) or in the first pointer move event (MouseMove in SL and WPF and PointerMoved in UWP). |
![]() | Handled | Gets 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.Android.Core.C1InputEventArgs) |
![]() | InitialThreshold | Gets or sets the number of pixels the gesture will have to pass in order to start. |
![]() | Mode | Gets or sets the mode indicating the sort of drag to be listened. |
![]() | OriginalEventArgs | Gets the arguments of the original event which raised this event. (Inherited from C1.Android.Core.C1InputEventArgs) |
![]() | OriginalSource | Gets a reference to the object that raised the event. (Inherited from C1.Android.Core.C1InputEventArgs) |
![]() | PointerDeviceType | Gets the type of pointer which performed the action. (Inherited from C1.Android.Core.C1InputEventArgs) |
| Name | Description | |
|---|---|---|
![]() | GetPosition | Gets the position of the pointer performing the drag gesture relatively to the specified element. (Inherited from C1.Android.Core.C1InputEventArgs) |
![]() | HitTest<T> | Returns the first visual element which is hit by this event. (Inherited from C1.Android.Core.C1InputEventArgs) |