UIDropInteractionDelegate_Extensions.ConcludeDrop Method

Definition

Method that is called after the drop is performed and all animations have completed.

public static void ConcludeDrop (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member ConcludeDrop : 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 has concluded.

Applies to