Bagikan melalui


NotifyCollectionChangedEventArgs.OldItems Properti

Definisi

Mendapatkan item yang dipengaruhi oleh tindakan Ganti atau Hapus .

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

Nilai Properti

Vektor item yang dapat diikat yang dipengaruhi oleh tindakan Ganti atau Hapus .

Keterangan

Saat memprogram dengan .NET, kelas ini disembunyikan dan pengembang harus menggunakan kelas System.Collections.Specialized.NotifyCollectionChangedEventArgs .

Berlaku untuk

Lihat juga