- e
- The Android.Views.DragEvent sent by the system. The DragEvent.Action method returns an action type constant defined in DragEvent, indicating the type of drag event represented by this object.
Documentation for this section has not yet been entered.
Handles drag events sent by the system following a call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder).
When the system calls this method, it passes a Android.Views.DragEvent object. A call to DragEvent.Action returns one of the action type constants defined in DragEvent. The method uses these to determine what is happening in the drag and drop operation.