Compartir a través de


NotifyCollectionChangedEventArgs.OldItems Propiedad

Definición

Obtiene el elemento afectado por una acción Reemplazar o Quitar .

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

Valor de propiedad

Vector enlazable de elementos afectados por una acción Reemplazar o Quitar .

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