[]
The text watcher of the ComboBox control.
public class ComboBoxTextWatcher : Object, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable
| Name | Description |
|---|---|
| ComboBoxTextWatcher(C1ComboBox, EditText) | Initializes a new instance of the ComboBoxTextWatcher 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. |