OnTextInput Method
Invoked when an unhandled TextInputEvent reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected virtual void OnTextInput(
TextInputEventArgs e
)
Protected Overridable Sub OnTextInput (
e As TextInputEventArgs
)
abstract OnTextInput :
e : TextInputEventArgs -> unit
override OnTextInput :
e : TextInputEventArgs -> unit
Parameters
- TextInputEventArgs
- Data about the event.