C# Class MonoTouch.Dialog.CustomTextFieldDelegate

Inheritance: UITextFieldDelegate
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Methods

Method Description
ShouldChangeCharacters ( UITextField textField, NSRange range, string replacementString ) : bool

Method Details

ShouldChangeCharacters() public method

public ShouldChangeCharacters ( UITextField textField, NSRange range, string replacementString ) : bool
textField UITextField
range NSRange
replacementString string
return bool