UITextFieldDelegate.ShouldChangeCharacters 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 changed.
[Foundation.Export("textField:shouldChangeCharactersInRange:replacementString:")]
public virtual bool ShouldChangeCharacters (UIKit.UITextField textField, Foundation.NSRange range, string replacementString);
abstract member ShouldChangeCharacters : UIKit.UITextField * Foundation.NSRange * string -> bool
override this.ShouldChangeCharacters : UIKit.UITextField * Foundation.NSRange * string -> bool
Parameters
- textField
- UITextField
- range
- NSRange
- replacementString
- String
Returns
- Attributes