NotifyCollectionChangedEventArgs.OldItems Propiedad

Definición

Obtiene la lista de elementos afectados por una Replaceacción , Quitar o Mover.

public:
 property System::Collections::IList ^ OldItems { System::Collections::IList ^ 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 afectados por una Replaceacción , Quitar o Mover.

Se aplica a