The methods of Android.Text.ITextWatcher are listed below. For a list of all members, see the ITextWatcher Members list.
AfterTextChanged(IEditable)This method is called to notify you that, somewhere within s, the text has been changed. | ||
BeforeTextChanged(Java.Lang.ICharSequence, int, int, int)This method is called to notify you that, within s, the count characters beginning at start are about to be replaced by new text with length after. | ||
OnTextChanged(Java.Lang.ICharSequence, int, int, int)This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before. |