Android.Widget.AbsListView.OnTextChanged Method
For our text watcher that is associated with the text filter.

Syntax

[Android.Runtime.Register("onTextChanged", "(Ljava/lang/CharSequence;III)V", "GetOnTextChanged_Ljava_lang_CharSequence_IIIHandler")]
public virtual void OnTextChanged (Java.Lang.ICharSequence s, int start, int before, int count)

Parameters

s
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
before
Documentation for this section has not yet been entered.
count
Documentation for this section has not yet been entered.

Remarks

For our text watcher that is associated with the text filter. Performs the actual filtering as the text changes, and takes care of hiding and showing the popup displaying the currently entered filter text.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1