System.Web.UI.WebControls.ListControl.OnTextChanged Method

Raises the ListControl.TextChanged event.

Syntax

protected virtual void OnTextChanged (EventArgs e)

Parameters

e
An EventArgs that contains event data.

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0