ComboBox.

OnTextInput(TextInputEventArgs) Method

Summary

Called before the TextInput event occurs.
Namespace
Avalonia.Controls
Containing Type
ComboBox

Syntax

protected override void OnTextInput(TextInputEventArgs e)

Parameters

Name Type Description
e TextInputEventArgs The event args.

Return Value

Type Description
void