Share via


UITextDropDelegate_Extensions.DropSessionDidEnd Method

Definition

Method that is called when the drop session ends.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DropSessionDidEnd(this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DropSessionDidEnd : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit

Parameters

textDroppableView
IUITextDroppable

The destination view.

session
IUIDropSession

The drop session that ended.

Attributes

Applies to