TextChanging Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
TextChanging event. It occurs before insert, delete, clear, undo and redo operations.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public event EventHandler<TextChangingEventArgs> TextChanging
Visual Basic
Public Event TextChanging As EventHandler(Of TextChangingEventArgs)
Visual C++
public:
 event EventHandler<TextChangingEventArgs^>^ TextChanging {
	void add (EventHandler<TextChangingEventArgs^>^ value);
	void remove (EventHandler<TextChangingEventArgs^>^ value);
}

See Also