UITextDropDelegate.WillPerformDrop 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 just before the drop is performed.
[Foundation.Export("textDroppableView:willPerformDrop:")]
public virtual void WillPerformDrop (UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
abstract member WillPerformDrop : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> unit
override this.WillPerformDrop : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> unit
Parameters
- textDroppableView
- IUITextDroppable
The receiving view.
- drop
- IUITextDropRequest
The drop request.
- Attributes