Raises the ListControl.TextChanged event.
- e
- An EventArgs that contains event data.
The ListControl.OnTextChanged(EventArgs) method is called by the control that is derived from the System.Web.UI.WebControls.ListControl class to raise the ListControl.TextChanged event. Generally, the ListControl.OnTextChanged(EventArgs) method is used by control developers when extending the System.Web.UI.WebControls.ListControl class.
The ListControl.OnTextChanged(EventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.