AutoCompleteBoxOnSelectionChanged Method

Raises the SelectionChanged event.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnSelectionChanged(
	SelectionChangedEventArgs e
)

Parameters

e  SelectionChangedEventArgs
A SelectionChangedEventArgs that contains the event data.

See Also