AutoCompleteBox.

SelectionChanged Event

Summary

Occurs when the selected item in the drop-down portion of the AutoCompleteBox has changed.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox
Event Type
EventHandler<SelectionChangedEventArgs>

Syntax

public event EventHandler<SelectionChangedEventArgs> SelectionChanged