NotifyCollectionChangedEventArgs.NewItems Propriedade

Definição

Obtém a lista de novos itens envolvidos na mudança.

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

Valor de Propriedade

A lista de novos itens envolvidos na mudança.

Aplica-se a