UITextDropDelegate.DropSessionDidUpdate Method

Definition

Method that is called when the drop point over the text view changes.

[Foundation.Export("textDroppableView:dropSessionDidUpdate:")]
public virtual void DropSessionDidUpdate (UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
abstract member DropSessionDidUpdate : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
override this.DropSessionDidUpdate : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit

Parameters

textDroppableView
IUITextDroppable

The receiving view.

session
IUIDropSession

The session that was updated.

Attributes

Applies to