[]
        
(Showing Draft Content)

C1.Android.Input.AutoCompleteTextWatcher.BeforeTextChanged

BeforeTextChanged Method

BeforeTextChanged(ICharSequence, int, int, int)

Calls before text is changed.

Declaration
public void BeforeTextChanged(ICharSequence s, int start, int count, int after)
Parameters
Type Name Description
ICharSequence s

The changed text.

int start

The start index.

int count

The lenth of the changed text.

int after

The end index.