Share via


UITextDropDelegate.WillPerformDrop Method

Definition

Method that is called just before the drop is performed.

[Foundation.Export("textDroppableView:willPerformDrop:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPerformDrop(UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
[<Foundation.Export("textDroppableView:willPerformDrop:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to