Android.Text.ITextWatcher Members

The members of Android.Text.ITextWatcher are listed below.

Public Methods

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.