DeselectedIndexes 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)
- C#
- VB
- F#
public abstract IReadOnlyList<int> DeselectedIndexes { get; }
Public MustOverride ReadOnly Property DeselectedIndexes As IReadOnlyList(Of Integer)
Get
abstract DeselectedIndexes : IReadOnlyList<int> with get
Property Value
See Also
Reference
SelectionModelSelectionChangedEventArgs Class
Avalonia.Controls.Selection Namespace