NotifyCollectionChangedEventArgs.NewItems Propiedad

Definición

Obtiene la lista de nuevos elementos implicados en el cambio.

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 de propiedad

Lista de nuevos elementos implicados en el cambio.

Se aplica a