UIDragInteractionDelegate.SessionDidEnd Method

Definition

Method that is called when the drag session ends.

[Foundation.Export("dragInteraction:session:didEndWithOperation:")]
public virtual void SessionDidEnd (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
abstract member SessionDidEnd : UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
override this.SessionDidEnd : UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session that ended.

operation
UIDropOperation

The resulting drag and drop operation.

Attributes

Applies to