IInputElement.

TextInput Event

Summary

Occurs when a user typed some text while the control has focus.
Namespace
Avalonia.Input
Containing Type
IInputElement
Event Type
EventHandler<TextInputEventArgs>

Syntax

event EventHandler<TextInputEventArgs> TextInput