UITextDropDelegate.WillBecomeEditable Method

Definition

Method that is called to determine whether a non-editable text view can accept drops.

[Foundation.Export("textDroppableView:willBecomeEditableForDrop:")]
public virtual UIKit.UITextDropEditability WillBecomeEditable (UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
abstract member WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability
override this.WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

Parameters

textDroppableView
IUITextDroppable

The currently non-editable receiving view.

drop
IUITextDropRequest

The drop request.

Returns

Attributes

Applies to