UITextDropDelegate.DropSessionDidExit Method

Definition

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

[Foundation.Export("textDroppableView:dropSessionDidExit:")]
public virtual void DropSessionDidExit (UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
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.

Attributes

Applies to