[]
        
(Showing Draft Content)

C1.Android.Input.AutoCompleteTextWatcher.OnTextChanged

OnTextChanged Method

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.

Declaration
public void OnTextChanged(ICharSequence s, int start, int before, int count)
Parameters
Type Name Description
ICharSequence s

The changed text.

int start

The start index.

int before

The old text lenth.

int count

The new text lenth.