Android.Views.View.OnDragEvent Method
Handles drag events sent by the system following a call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder).

Syntax

[Android.Runtime.Register("onDragEvent", "(Landroid/view/DragEvent;)Z", "GetOnDragEvent_Landroid_view_DragEvent_Handler")]
public virtual bool OnDragEvent (DragEvent e)

Parameters

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.

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11