DragEvent.Result Property

Definition

Returns an indication of the result of the drag and drop operation.

public virtual bool Result { [Android.Runtime.Register("getResult", "()Z", "GetGetResultHandler")] get; }
[<get: Android.Runtime.Register("getResult", "()Z", "GetGetResultHandler")>]
member this.Result : bool

Property Value

Boolean

true if a drag event listener returned true in response to #ACTION_DROP. If the system did not send #ACTION_DROP before #ACTION_DRAG_ENDED, or if the listener returned false in response to #ACTION_DROP, then false is returned.

Attributes

Remarks

Java documentation for android.view.DragEvent.getResult().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to