SelectingItemsControlSelectionAdapterSelectionChanged Event

Occurs when the SelectedItem property value changes.

Definition

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

Value

EventHandlerSelectionChangedEventArgs

Implements

ISelectionAdapterSelectionChanged

See Also