NotifyCollectionChangedEventArgs.OldItems Property
.NET Framework 3.5
Gets the list of items affected by a Replace, Remove, or Move action.
Assembly: WindowsBase (in WindowsBase.dll)
'Declaration Public ReadOnly Property OldItems As IList 'Usage Dim instance As NotifyCollectionChangedEventArgs Dim value As IList value = instance.OldItems
Members of this class are either not typically used in XAML, or cannot be used in XAML.
Property Value
Type: System.Collections.IListThe list of items affected by a Replace, Remove, or Move action.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.