UITextViewDelegate.ShouldChangeText(UITextView, NSRange, 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.
Whether the specified text should be replaced in the UITextView.
[Foundation.Export("textView:shouldChangeTextInRange:replacementText:")]
public virtual bool ShouldChangeText (UIKit.UITextView textView, Foundation.NSRange range, string text);
abstract member ShouldChangeText : UIKit.UITextView * Foundation.NSRange * string -> bool
override this.ShouldChangeText : UIKit.UITextView * Foundation.NSRange * string -> bool
Parameters
- textView
- UITextView
- range
- NSRange
- text
- String
Returns
- Attributes