Android.Views.DragEvent.ClipDescription Property
Returns the Android.Content.ClipDescription object contained in the Android.Content.ClipData object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder).

Syntax

[get: Android.Runtime.Register("getClipDescription", "()Landroid/content/ClipDescription;", "GetGetClipDescriptionHandler")]
public virtual Android.Content.ClipDescription ClipDescription { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the Android.Content.ClipDescription object contained in the Android.Content.ClipData object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder). The drag handler or listener for a View can use the metadata in this object to decide if the View can accept the dragged View object's data.

This method returns valid data for all event actions.

[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