OnTextChanged Method

Called when the user changes the text in the text box and the changes are submitted back to the server.

protected virtual void OnTextChanged(
   EventArgs e
)

Parameters

  • e
    An object defined by an EventArgs object that contains event data.

Remarks

The default implementation raises the TextChanged event. Inheriting classes can override this method to perform other tasks when the text is changed.

See Also

Applies to: TextBox Class