PasswordTransformationMethod.OnTextChanged Metodo

Definizione

Overload

Nome Descrizione
OnTextChanged(ICharSequence, Int32, Int32, Int32)

Questo metodo viene chiamato per notificare che, all'interno sdi , i count caratteri che iniziano da start hanno appena sostituito il testo precedente con lunghezza before.

OnTextChanged(String, Int32, Int32, Int32)

OnTextChanged(ICharSequence, Int32, Int32, Int32)

Questo metodo viene chiamato per notificare che, all'interno sdi , i count caratteri che iniziano da start hanno appena sostituito il testo precedente con lunghezza before.

[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);
[<Android.Runtime.Register("onTextChanged", "(Ljava/lang/CharSequence;III)V", "GetOnTextChanged_Ljava_lang_CharSequence_IIIHandler")>]
abstract member OnTextChanged : Java.Lang.ICharSequence * int * int * int -> unit
override this.OnTextChanged : Java.Lang.ICharSequence * int * int * int -> unit

Parametri

start
Int32
before
Int32
count
Int32
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

OnTextChanged(String, Int32, Int32, Int32)

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

Parametri

s
String
start
Int32
before
Int32
count
Int32

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a