InputElementOnTextInput Method

Called before the TextInput event occurs.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void OnTextInput(
	TextInputEventArgs e
)

Parameters

e  TextInputEventArgs
The event args.

See Also