SelectionModelSelectionChangedEventArgsDeselectedItems Property
Gets the items that were removed from the selection.
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IReadOnlyList<Object?> DeselectedItems { get; }
Public ReadOnly Property DeselectedItems As IReadOnlyList(Of Object)
Get
member DeselectedItems : IReadOnlyList<Object> with get
Property Value
IReadOnlyListObject