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.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
- Data about the event.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace