InputElementTextInput Event
Occurs when a user typed some text while the control has focus.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public event EventHandler<TextInputEventArgs> TextInput
Public Event TextInput As EventHandler(Of TextInputEventArgs)
abstract TextInput : IEvent<EventHandler<TextInputEventArgs>,
TextInputEventArgs>
override TextInput : IEvent<EventHandler<TextInputEventArgs>,
TextInputEventArgs>
EventHandlerTextInputEventArgsIInputElementTextInput