InputElement.

TextInput Event

Summary

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

Syntax

public event EventHandler<TextInputEventArgs> TextInput