TextChangedDelayed Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
TextChangedDelayed event. It occurs after insert, delete, clear, undo and redo operations. This event occurs with a delay relative to TextChanged, and fires only once.

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

Syntax

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

See Also