UITextDropDelegate.DropSessionDidExit 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 leaves the text view.
[Foundation.Export("textDroppableView:dropSessionDidExit:")]
public virtual void DropSessionDidExit (UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
abstract member DropSessionDidExit : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
override this.DropSessionDidExit : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
Parameters
- textDroppableView
- IUITextDroppable
The previously receiving view.
- session
- IUIDropSession
The session that exited.
- Attributes