UIDragInteractionDelegate_Extensions.SessionDidEnd Method

Definition

Method that is called when the drag session ends.

public static void SessionDidEnd (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
static member SessionDidEnd : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> 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.

operation
UIDropOperation

The resulting drag and drop operation.

Applies to