[]
        
(Showing Draft Content)

C1.Android.Input.AutoCompleteTextWatcher

AutoCompleteTextWatcher Class

The text watcher of the autocomplete control.

Inheritance
AutoCompleteTextWatcher
Implements
ITextWatcher
INoCopySpan
IJavaObject
IDisposable
IJavaPeerable
Namespace: C1.Android.Input
Assembly: C1.Android.Input.dll
Syntax
public class AutoCompleteTextWatcher : Object, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable

Constructors

Name Description
AutoCompleteTextWatcher(C1AutoComplete, EditText)

Initializes a new instance of the AutoCompleteTextWatcher class.

Methods

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.