Raises the OnTextChanged event.
[Visual Basic] Overridable Protected Sub OnTextChanged( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnTextChanged( EventArgs e ); [C++] protected: virtual void OnTextChanged( EventArgs* e ); [JScript] protected function OnTextChanged( e : EventArgs );
Raising an event invokes the event-handling method through a delegate. For more information, see TBD.
Notes to Inheritors: When overriding OnTextChanged in a derived class, be sure to call the base class's OnTextChanged method.
TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace | AddOnTextChanged