Event ContentsChanged
Raised when the contents of the TextView are changed.
public event EventHandler<ContentsChangedEventArgs>? ContentsChanged
Returns
- EventHandler<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.