共用方式為


PasswordTransformationMethod.BeforeTextChanged 方法

定義

多載

BeforeTextChanged(ICharSequence, Int32, Int32, Int32)

呼叫這個方法以通知您,在 中 scount 開頭 start 的字元即將由長度 after為 的新文字取代。

BeforeTextChanged(String, Int32, Int32, Int32)

BeforeTextChanged(ICharSequence, Int32, Int32, Int32)

呼叫這個方法以通知您,在 中 scount 開頭 start 的字元即將由長度 after為 的新文字取代。

[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

參數

start
Int32
count
Int32
after
Int32
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

BeforeTextChanged(String, Int32, Int32, Int32)

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

參數

s
String
start
Int32
count
Int32
after
Int32

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於