Compartir a través de


NotifyCollectionChangedEventArgs.NewItems Propiedad

Definición

Obtiene los elementos afectados por una acción.

public:
 property IBindableVector ^ NewItems { IBindableVector ^ get(); };
IBindableVector NewItems();
public IList NewItems { get; }
var iBindableVector = notifyCollectionChangedEventArgs.newItems;
Public ReadOnly Property NewItems As IList

Valor de propiedad

Vector enlazable de elementos afectados por una acción.

Comentarios

Al programar con .NET, esta clase está oculta y los desarrolladores deben usar la clase System.Collections.Specialized.NotifyCollectionChangedEventArgs .

Se aplica a

Consulte también