AbsListView.BeforeTextChanged Method

Definition

Overloads

BeforeTextChanged(ICharSequence, Int32, Int32, Int32)

For our text watcher that is associated with the text filter.

BeforeTextChanged(String, Int32, Int32, Int32)

For our text watcher that is associated with the text filter.

BeforeTextChanged(ICharSequence, Int32, Int32, Int32)

For our text watcher that is associated with the text filter.

[Android.Runtime.Register("beforeTextChanged", "(Ljava/lang/CharSequence;III)V", "GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler")]
public virtual void BeforeTextChanged (Java.Lang.ICharSequence? s, int start, int count, int after);
[<Android.Runtime.Register("beforeTextChanged", "(Ljava/lang/CharSequence;III)V", "GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler")>]
abstract member BeforeTextChanged : Java.Lang.ICharSequence * int * int * int -> unit
override this.BeforeTextChanged : Java.Lang.ICharSequence * int * int * int -> unit

Parameters

start
Int32
count
Int32
after
Int32

Implements

Attributes

Remarks

For our text watcher that is associated with the text filter. Does nothing.

Java documentation for android.widget.AbsListView.beforeTextChanged(java.lang.CharSequence, int, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

BeforeTextChanged(String, Int32, Int32, Int32)

For our text watcher that is associated with the text filter.

public void BeforeTextChanged (string? s, int start, int count, int after);
member this.BeforeTextChanged : string * int * int * int -> unit

Parameters

s
String
start
Int32
count
Int32
after
Int32

Remarks

For our text watcher that is associated with the text filter. Does nothing.

Java documentation for android.widget.AbsListView.beforeTextChanged(java.lang.CharSequence, int, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to