NotifyCollectionChangedEventArgs.OldItems Propriété

Définition

Obtient la liste des éléments affectés par une action Replace, Remove ou 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

Valeur de propriété

Liste des éléments affectés par une action Replace, Remove ou Move.

S’applique à