SelectionModelSelectionChangedEventArgsTDeselectedItems 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<T> DeselectedItems { get; }
Public ReadOnly Property DeselectedItems As IReadOnlyList(Of T)
Get
member DeselectedItems : IReadOnlyList<'T> with get
Property Value
IReadOnlyListT