Contents

NSDraggingSession

The encapsulation of a drag-and-drop action that supports modification of the drag while in progress.

Declaration

class NSDraggingSession

Overview

You start a new dragging session by calling the NSView method beginDraggingSession(with:event:source:) method. This method immediately returns and you can further modify the properties of the dragging session. The actual drag begins at the next turn of the run loop.

Topics

Dragging Pasteboard

Dragging Visual Representation

Identifying the Dragging Session

Enumerating Dragging Items

Dragging Session Location

Dragging Item Location

See Also

Drag Sources