OnTextInput Method
Called before the TextInput event occurs.
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
- The event args.