SelectionModelSelectionChangedEventArgsDeselectedIndexes Property

Gets the indexes of 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 abstract IReadOnlyList<int> DeselectedIndexes { get; }

Property Value

IReadOnlyListInt32

See Also