AutoCompleteBox.

OnSelectionChanged(SelectionChangedEventArgs) Method

Summary

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

Syntax

protected virtual void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

Name Type Description
e SelectionChangedEventArgs A SelectionChangedEventArgs that contains the event data.

Return Value

Type Description
void