IEditableTextControl.TextChanged Event

 

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

abstract TextChanged : IEvent<EventHandler,
    EventArgs>

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

The following code example shows an implementation of the TextChanged event.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: