Share via


UIDragInteractionDelegate.SessionDidTransferItems Method

Definition

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

[Foundation.Export("dragInteraction:sessionDidTransferItems:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SessionDidTransferItems(UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
[<Foundation.Export("dragInteraction:sessionDidTransferItems:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to