Skip to main content

TextInput Event

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

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public event EventHandler<TextInputEventArgs> TextInput
View Source

Value

EventHandler(TextInputEventArgs)

Implements

IInputElement.TextInput

See Also

Reference

InputElement Class
Avalonia.Input Namespace