SelectionModelSelectionChangedEventArgsDeselectedItems Property

Gets the items that were removed from the selection.

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IReadOnlyList<Object?> DeselectedItems { get; }

Property Value

IReadOnlyListObject

See Also