Share via


UIDragInteractionDelegate.SessionDidEnd Method

Definition

Method that is called when the drag session ends.

[Foundation.Export("dragInteraction:session:didEndWithOperation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SessionDidEnd(UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
[<Foundation.Export("dragInteraction:session:didEndWithOperation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to