Occurs when the value of the TextBoxBase.Modified property has changed.
If you change the TextBoxBase.Text property programmatically, the TextBoxBase.Modified property reverts to false. This does not raise the TextBoxBase.ModifiedChanged event.
For more information about handling events, see Consuming Events.