UIDragInteractionDelegate.SessionDidTransferItems Method

Definition

Method that is called after the dropped items have been received.

[Foundation.Export("dragInteraction:sessionDidTransferItems:")]
public virtual void SessionDidTransferItems (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
abstract member SessionDidTransferItems : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit
override this.SessionDidTransferItems : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session that ended and transferred the items.

Attributes

Applies to