For our text watcher that is associated with the text filter.
Syntax
[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)
Parameters
- s
- Documentation for this section has not yet been entered.
- start
- Documentation for this section has not yet been entered.
- count
- Documentation for this section has not yet been entered.
- after
- Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1