Event ContentsChanged
Raised when the contents of the TextView are changed.
public event Action<TextView.ContentsChangedEventArgs> ContentsChanged
Returns
- Action<TextView.ContentsChangedEventArgs>
- Raised when the contents of the are changed.
Remarks
Unlike the TextChanged event, this event is raised whenever the user types or otherwise changes the contents of the TextView.