[]
The text watcher of the autocomplete control.
public class AutoCompleteTextWatcher : Object, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable
Name | Description |
---|---|
AutoCompleteTextWatcher(C1AutoComplete, EditText) | Initializes a new instance of the AutoCompleteTextWatcher class. |
Name | Description |
---|---|
AfterTextChanged(IEditable) | Calls after text is changed. |
BeforeTextChanged(ICharSequence, int, int, int) | Calls before text is changed. |
OnTextChanged(ICharSequence, int, int, int) | Calls on text is changed. Within s, the count characters beginning at start have just replaced old text that had length before. |