UITextViewDelegate_Extensions.ShouldChangeText 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.
public static bool ShouldChangeText (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, Foundation.NSRange range, string text);
static member ShouldChangeText : UIKit.IUITextViewDelegate * UIKit.UITextView * Foundation.NSRange * string -> bool
Parameters
- This
- IUITextViewDelegate
The instance on which this extension method operates.
- textView
- UITextView
- range
- NSRange
- text
- String