NotifyCollectionChangedEventArgs.NewItems Propriedade

Definição

Obtém a lista de novos itens envolvidos na alteração.

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

Valor da propriedade

A lista de novos itens envolvidos na alteração.

Aplica-se a