Share via


UITextDropDelegate.DropSessionDidUpdate Method

Definition

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

[Foundation.Export("textDroppableView:dropSessionDidUpdate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DropSessionDidUpdate(UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
[<Foundation.Export("textDroppableView:dropSessionDidUpdate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to