UIDropInteractionDelegate_Extensions.PerformDrop Method

Definition

Method that is called to consume data from the item providers in the drop session.

public static void PerformDrop (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member PerformDrop : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

This
IUIDropInteractionDelegate

The instance on which this extension method operates.

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that contains the items to drop.

Applies to