SelectionNodeBaseTCollectionChangeStateRemovedItems Property
Gets or sets the items removed by the collection change, if any.
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public List<T>? RemovedItems { get; set; }
Public Property RemovedItems As List(Of T)
Get
Set
member RemovedItems : List<'T> with get, set
Property Value
ListT