Share via


UITextInput_Extensions.ShouldChangeTextInRange Method

Definition

Asks whether the text in inRange should be replaced with replacementText.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldChangeTextInRange(this UIKit.IUITextInput This, UIKit.UITextRange inRange, string replacementText);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldChangeTextInRange : UIKit.IUITextInput * UIKit.UITextRange * string -> bool

Parameters

inRange
UITextRange
replacementText
String

Returns

Attributes

Applies to