Click or drag to resize
DigitalRuneCollectionChangedEventArgsTOldItems Property
Gets the items affected by a replace, remove or move action.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public List<T> OldItems { get; }

Property Value

Type: ListT
The old items. The default is an empty list.
See Also