UIDropInteractionDelegate.PerformDrop Method

Definition

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

[Foundation.Export("dropInteraction:performDrop:")]
public virtual void PerformDrop (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member PerformDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.PerformDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that contains the items to drop.

Attributes

Applies to