AvalonEdit
OnTextInput Method (e)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaOnTextInput(TextCompositionEventArgs)
Invoked when an unhandled TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnTextInput(
	TextCompositionEventArgs e
)
Protected Overrides Sub OnTextInput ( _
	e As TextCompositionEventArgs _
)
protected:
virtual void OnTextInput(
	TextCompositionEventArgs^ e
) override
Parameters
e (TextCompositionEventArgs)
The TextCompositionEventArgs that contains the event data.

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