SelectionNodeBaseTCollectionChangeStateRemovedItems Property

Gets or sets the items removed by the collection change, if any.

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public List<T>? RemovedItems { get; set; }

Property Value

ListT

See Also