-
Home
-
API
-
Avalonia.Controls.Selection
-
TreeSelectionModelSelectionChangedEventArgs
-
Properties
-
DeselectedItems
DeselectedItems Property
Definition
Gets the items that were removed from the selection.
public IReadOnlyList<object?> DeselectedItems { get; }
Returns