AutoCompleteBoxTextChanged Event

Occurs asynchronously when the text in the TextBox portion of the AutoCompleteBox changes.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<TextChangedEventArgs> TextChanged

Value

EventHandlerTextChangedEventArgs

See Also