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)
- C#
- VB
- F#
event EventHandler<TextInputEventArgs> TextInput
Event TextInput As EventHandler(Of TextInputEventArgs)
abstract TextInput : IEvent<EventHandler<TextInputEventArgs>,
TextInputEventArgs>
Value
EventHandler(TextInputEventArgs)