Android.Views.DragEvent.ClipData Property
Returns 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("getClipData", "()Landroid/content/ClipData;", "GetGetClipDataHandler")]
public virtual Android.Content.ClipData ClipData { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the Android.Content.ClipData object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder). This method only returns valid data if the event action is DragEvent.ACTION_DROP.

[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