InputElement.

OnTextInput(TextInputEventArgs) Method

Summary

Called before the TextInput event occurs.
Namespace
Avalonia.Input
Containing Type
InputElement

Syntax

protected virtual void OnTextInput(TextInputEventArgs e)

Parameters

Name Type Description
e TextInputEventArgs The event args.

Return Value

Type Description
void