IInputElementTextInput Event

Occurs when a user typed some text while the control has focus.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
event EventHandler<TextInputEventArgs> TextInput

Value

EventHandlerTextInputEventArgs

See Also