Fires the event indicating that the text property has been changed. Inheriting controls should use this in favour of actually listening to the event, but should not forget to call base.onTextChanged() to ensure that the event is still fired for external listeners.
[Visual Basic] Overrides Protected Sub OnTextChanged( _ ByVal e As EventArgs _ ) [C#] protected override void OnTextChanged( EventArgs e ); [C++] protected: override void OnTextChanged( EventArgs* e ); [JScript] protected override function OnTextChanged( e : EventArgs );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace