DropEvent

class DropEvent(val view: View, val location: Point, val bundle: DataBundle, val action: DragOperation.Action?)

Event describing a data drop attemtp for a View.

Constructors

Link copied to clipboard
constructor(view: View, location: Point, bundle: DataBundle, action: DragOperation.Action?)

Properties

Link copied to clipboard

the form of data transfer being attempted

Link copied to clipboard

the data being dropped

Link copied to clipboard

the x-y location within the view where this drop is targeted

Link copied to clipboard
val view: View

The target of this event