AccessibilityNodeInfo.AccessibilityAction.ActionDragDrop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Action to trigger a drop of the content being dragged.
[Android.Runtime.Register("ACTION_DRAG_DROP", ApiSince=32)]
public static Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction ActionDragDrop { get; }
[<Android.Runtime.Register("ACTION_DRAG_DROP", ApiSince=32)>]
static member ActionDragDrop : Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction
Property Value
- Attributes
Remarks
Action to trigger a drop of the content being dragged.
This action is added to potential drop targets if the source started a drag with ACTION_DRAG_START. In View, these targets are Views that accepted DragEvent.ACTION_DRAG_STARTED and have an View.OnDragListener, and the drop occurs at the center location of the View's window bounds.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.