AvalonEdit
TextEntered Event
NamespacesICSharpCode.AvalonEdit.EditingTextAreaTextEntered
Occurs when the TextArea receives text input. This is like the TextInput event, but occurs immediately after the TextArea handles the TextInput event.
Declaration Syntax
C#Visual BasicVisual C++
public event TextCompositionEventHandler TextEntered
Public Event TextEntered As TextCompositionEventHandler
public:
 event TextCompositionEventHandler^ TextEntered {
	void add (TextCompositionEventHandler^ value);
	void remove (TextCompositionEventHandler^ value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238