Android.Text.Method.PasswordTransformationMethod.OnTextChanged Method
This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before.

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

This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before. It is an error to attempt to make changes to s from this callback.

[Android Documentation]

Requirements

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