DragEvent.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.