Android.Views.DragAction.Drop Field

Action constant returned by DragEvent.Action: Signals to a View that the user has released the drag shadow, and the drag point is within the bounding box of the View. The View should retrieve the data from the DragEvent by calling DragEvent.ClipData. The methods DragEvent.GetX and DragEvent.GetY return the X and Y position of the drop point within the View object's bounding box.

The View should return true from its View.OnDragEvent(DragEvent) handler or Android.Views.View.IOnDragListener.OnDrag(View, Android.Views.DragEvent) listener if it accepted the drop, and false if it ignored the drop.

The View can also react to this action by changing its appearance.

Syntax

DragAction Drop

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0