[]
Calls before text is changed.
public void BeforeTextChanged(ICharSequence s, int start, int count, int after)
| Type | Name | Description |
|---|---|---|
| ICharSequence | s | The changed text. |
| int | start | The start index. |
| int | count | The lenth of the changed text. |
| int | after | The end index. |