NotifyCollectionChangedEventArgs.OldItems Propriedade

Definição

Obtém a lista de itens afetados por uma ação de Replace, Remover ou Mover.

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 da propriedade

A lista de itens afetados por uma ação de Replace, Remover ou Mover.

Aplica-se a