Share via


IUITextPasteConfigurationSupporting.PasteDelegate Property

Definition

Gets the delegate for handling text pasting and text drops.

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

Property Value

Attributes

Applies to