The members of Android.Views.DragEvent are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Action | DragAction. Inspect the action value of this event. |
[read-only] | ClipData | Android.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] | ClipDescription | Android.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 | Creator | Android.OS.IParcelableCreator. A container for creating a DragEvent from a Parcel. |
[read-only] | LocalState | Java.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] | Result | bool. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Returns information about the Android.OS.Parcel representation of this DragEvent object. | ||
GetX()Gets the X coordinate of the drag point. | ||
GetY()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. |