Hello,
Welcome to our Microsoft Q&A platform!
but I could not find a description of the ones in Xamarin.Android. Is there anywhere with good documentation on what these properties are
The related doc doesn't provide the description about the properties. Xamarin.Android is based on the native Android sdk, the attributes have the same purpose.You could refer to this native tutorial to get the explanation.
- Text: The text the TextView is displaying
- Start: The offset of the start of the range of the text that was modified
- BeforeCount: The length of the former text that has been replaced
- AfterCount: The length of the replacement modified text
Check the doc: https://developer.android.com/reference/android/widget/TextView#onTextChanged(java.lang.CharSequence,%20int,%20int,%20int)
You can also report the missing attribute description to the prodcut team on github.
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.