draggingSession(_:endedAt:operation:)
Invoked when the dragging session has completed.
Declaration
@MainActor optional func draggingSession(_ session: NSDraggingSession, endedAt screenPoint: NSPoint, operation: NSDragOperation)Parameters
- session:
The dragging session.
- screenPoint:
The point where the drag ended, in screen coordinates.
- operation:
The drag operation. See Nsdragoperation for drag operation types.