UITextField.WeakInputDelegate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object that can respond to the delegate protocol for inserted text.
public virtual Foundation.NSObject WeakInputDelegate { [Foundation.Export("inputDelegate", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setInputDelegate:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.WeakInputDelegate : Foundation.NSObject with get, set
Property Value
Automatically assigned at runtime.
Implements
- Attributes