UITextDropDelegate.DropSessionDidEnter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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