AvalonEdit
PerformTextInput Method (e)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaPerformTextInput(TextCompositionEventArgs)
Performs text input. This raises the TextEntering event, replaces the selection with the text, and then raises the TextEntered event.
Declaration Syntax
C#Visual BasicVisual C++
public void PerformTextInput(
	TextCompositionEventArgs e
)
Public Sub PerformTextInput ( _
	e As TextCompositionEventArgs _
)
public:
void PerformTextInput(
	TextCompositionEventArgs^ e
)
Parameters

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