NotifyCollectionChangedEventArgs.OldItems Propiedad

Definición

Obtiene la lista de elementos a los que les afecta una acción Replace, Remove o Move.

public:
 property System::Collections::IList ^ OldItems { System::Collections::IList ^ get(); };
public System.Collections.IList OldItems { get; }
public System.Collections.IList? OldItems { get; }
member this.OldItems : System.Collections.IList
Public ReadOnly Property OldItems As IList

Valor de propiedad

Lista de elementos a los que les afecta una acción Replace, Remove o Move.

Se aplica a