PasswordTransformationMethod.OnTextChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OnTextChanged(ICharSequence, Int32, Int32, Int32) |
This method is called to notify you that, within |
OnTextChanged(String, Int32, Int32, Int32) |
OnTextChanged(ICharSequence, Int32, Int32, Int32)
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
.
[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
Parameters
- start
- Int32
- before
- Int32
- count
- Int32
- Attributes
Remarks
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
OnTextChanged(String, Int32, Int32, Int32)
public void OnTextChanged (string? s, int start, int before, int count);
member this.OnTextChanged : string * int * int * int -> unit
Parameters
- s
- String
- start
- Int32
- before
- Int32
- count
- Int32
Remarks
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.