-
Home
-
API
-
Avalonia.Controls.Selection
-
TreeSelectionModelSelectionChangedEventArgs
-
Properties
-
DeselectedIndexes
DeselectedIndexes Property
Definition
Gets the indexes of the items that were removed from the selection.
public abstract IReadOnlyList<IndexPath> DeselectedIndexes { get; }
Returns