Szerkesztés

Megosztás a következőn keresztül:


UITextDropDelegate.DropSessionDidEnter Method

Definition

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

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

Attributes

Applies to