Share via


UITextDropDelegate.DropSessionDidEnter Method

Definition

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

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

Parameters

textDroppableView
IUITextDroppable

The receiving view.

session
IUIDropSession

The session that entered.

Implements

Attributes

Applies to