Share via


IUITextDroppable.TextDropDelegate Property

Definition

Gets or sets a delegate for managing text drop behavior.

[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUITextDropDelegate? TextDropDelegate { [Foundation.Export("textDropDelegate", ObjCRuntime.ArgumentSemantic.Weak)] get; [Foundation.Export("setTextDropDelegate:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("textDropDelegate", ObjCRuntime.ArgumentSemantic.Weak)>]
[<set: Foundation.Export("setTextDropDelegate:", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.TextDropDelegate : UIKit.IUITextDropDelegate with get, set

Property Value

Attributes

Applies to