AutoCompleteBoxOnSelectionChanged Method
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnSelectionChanged(
SelectionChangedEventArgs e
)
Protected Overridable Sub OnSelectionChanged (
e As SelectionChangedEventArgs
)
abstract OnSelectionChanged :
e : SelectionChangedEventArgs -> unit
override OnSelectionChanged :
e : SelectionChangedEventArgs -> unit
Parameters
- e SelectionChangedEventArgs
- A
SelectionChangedEventArgs
that contains the event data.