Share via


UITextDropDelegate_Extensions.WillBecomeEditable Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITextDropEditability WillBecomeEditable(this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillBecomeEditable : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

Parameters

textDroppableView
IUITextDroppable

The currently non-editable receiving view.

drop
IUITextDropRequest

The drop request.

Returns

Attributes

Applies to