UITextView.ShouldChangeTextInRange(UITextRange, String) Method
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.
Asks whether the text in inRange should be replaced with replacementText.
[Foundation.Export("shouldChangeTextInRange:replacementText:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldChangeTextInRange(UIKit.UITextRange inRange, string replacementText);
[<Foundation.Export("shouldChangeTextInRange:replacementText:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldChangeTextInRange : UIKit.UITextRange * string -> bool
override this.ShouldChangeTextInRange : UIKit.UITextRange * string -> bool
Parameters
- inRange
- UITextRange
- replacementText
- String
Returns
Implements
- Attributes