DeselectedItems Property
Gets the items that were removed from the selection.
Definition
Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<T> DeselectedItems { get; }
Public ReadOnly Property DeselectedItems As IReadOnlyList(Of T)
Get
member DeselectedItems : IReadOnlyList<'T> with get
Property Value
See Also
Reference
SelectionModelSelectionChangedEventArgs(T) Class
Avalonia.Controls.Selection Namespace