OnTextInput Method
Called before the TextInput event occurs.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override void OnTextInput(
TextInputEventArgs e
)
Protected Overrides Sub OnTextInput (
e As TextInputEventArgs
)
abstract OnTextInput :
e : TextInputEventArgs -> unit
override OnTextInput :
e : TextInputEventArgs -> unit
Parameters
- TextInputEventArgs
- The event args.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace