Share via


UITextDropDelegate.DropSessionDidExit Method

Definition

Method that is called when the drop point leaves the text view.

[Foundation.Export("textDroppableView:dropSessionDidExit:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DropSessionDidExit(UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
[<Foundation.Export("textDroppableView:dropSessionDidExit:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropSessionDidExit : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
override this.DropSessionDidExit : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit

Parameters

textDroppableView
IUITextDroppable

The previously receiving view.

session
IUIDropSession

The session that exited.

Implements

Attributes

Applies to