Sdílet prostřednictvím


UITextView.TextDropDelegate Property

Definition

Gets or sets a delegate for managing text drop behavior.

[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; }
[<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

Implements

Attributes

Applies to