| CollectionChangedEventArgsTOldItems Property |
Gets the items affected by a replace, remove or move action.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public List<T> OldItems { get; }
Public ReadOnly Property OldItems As List(Of T)
Get
public:
property List<T>^ OldItems {
List<T>^ get ();
}
member OldItems : List<'T> with get
Property Value
Type:
ListTThe old items. The default is an empty list.
See Also