NotifyCollectionChangedEventArgs.OldItems Свойство

Определение

Получает список элементов, затрагиваемых действием Replace, Remove или 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

Значение свойства

Список элементов, затрагиваемых действием Replace, Remove или Move.

Применяется к