Share via


UIDropInteractionDelegate.ConcludeDrop Method

Definition

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

[Foundation.Export("dropInteraction:concludeDrop:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ConcludeDrop(UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
[<Foundation.Export("dropInteraction:concludeDrop:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConcludeDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.ConcludeDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that has concluded.

Implements

Attributes

Applies to