[]
Calls on text is changed. Within s, the count characters beginning at start have just replaced old text that had length before.
public void OnTextChanged(ICharSequence s, int start, int before, int count)
Type | Name | Description |
---|---|---|
ICharSequence | s | The changed text. |
int | start | The start index. |
int | before | The old text lenth. |
int | count | The new text lenth. |