Contents

draggingExited(_:)

Invoked when the dragged image exits the destination’s bounds rectangle (in the case of a view object) or its frame rectangle (in the case of a window object).

Declaration

@MainActor optional func draggingExited(_ sender: (any NSDraggingInfo)?)

Parameters

  • sender:

    The object sending the message; use it to get details about the dragging operation.

See Also

Managing a Dragging Session Before an Image Is Released