AutoCompleteBoxSelectionChanged Event

Occurs when the selected item in the drop-down portion of the AutoCompleteBox has changed.

Definition

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

Value

EventHandlerSelectionChangedEventArgs

See Also