System.Windows.Forms.TextBoxBase.ModifiedChanged Event

Occurs when the value of the TextBoxBase.Modified property has changed.

Syntax

public event EventHandler ModifiedChanged

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0