Android.Views.DragEvent Members

The members of Android.Views.DragEvent are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ActionDragAction. Inspect the action value of this event.
[read-only]
ClipDataAndroid.Content.ClipData. Returns the Android.Content.ClipData object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder).
[read-only]
ClipDescriptionAndroid.Content.ClipDescription. 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).
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. A container for creating a DragEvent from a Parcel.
[read-only]
LocalStateJava.Lang.Object. Returns the local state object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder).
[read-only]
Resultbool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Returns information about the Android.OS.Parcel representation of this DragEvent object.
GetX() : float
Gets the X coordinate of the drag point.
GetY() : float
Gets the Y coordinate of the drag point.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Creates a Android.OS.Parcel object from this DragEvent object.