AutoCompleteBox.

OnTextChanged(RoutedEventArgs) Method

Summary

Raises the TextChanged event.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

protected virtual void OnTextChanged(RoutedEventArgs e)

Parameters

Name Type Description
e RoutedEventArgs A Avalonia.RoutedEventArgs that contains the event data.

Return Value

Type Description
void