System.Web.UI.IEditableTextControl.TextChanged Event

Occurs when the content of the text changes between posts to the server.

Syntax

public event EventHandler TextChanged

Remarks

The IEditableTextControl.TextChanged event occurs when the ITextControl.Text property changes between posts to the server. An implementation of this event can be found in either the System.Web.UI.WebControls.TextBox or the System.Web.UI.WebControls.ListControl control.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0