편집

다음을 통해 공유


UITextFieldDelegate_Extensions.ShouldChangeCharacters Method

Definition

Whether the specified text should be changed.

public static bool ShouldChangeCharacters (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField, Foundation.NSRange range, string replacementString);
static member ShouldChangeCharacters : UIKit.IUITextFieldDelegate * UIKit.UITextField * Foundation.NSRange * string -> bool

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField
range
NSRange
replacementString
String

Returns

Applies to