UIDragInteractionDelegate_Extensions.SessionDidTransferItems Method

Definition

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

public static void SessionDidTransferItems (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
static member SessionDidTransferItems : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session that ended and transferred the items.

Applies to