RemovedItems 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)
- C#
- VB
- F#
public List<T>? RemovedItems { get; set; }
Public Property RemovedItems As List(Of T)
Get
Set
member RemovedItems : List<'T> with get, set
Property Value
See Also
Reference
SelectionNodeBase(T).CollectionChangeState Class
Avalonia.Controls.Selection Namespace