DragOperation
interface DragOperation
Represents the characteristics of data that is transferred from a source to a target during a drag-drop sequence.
Types
Link copied to clipboard
The set of possible drop modes for the data in bundle
Properties
Link copied to clipboard
The set of allowed drop actions
Link copied to clipboard
The data to be dropped
Link copied to clipboard
The bundle's visual representation
Link copied to clipboard
The offset (relative to the pointer) where the visual should be rendered
Functions
Link copied to clipboard
Called when the drag operation was successfully completed. Implementations must properly handle the Action to ensure that data dropped on the target is correctly copied, moved, or linked.