NotifyCollectionChangedEventArgs.OldItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得受 Replace 或 Remove 動作影響的專案。
public:
property IBindableVector ^ OldItems { IBindableVector ^ get(); };
IBindableVector OldItems();
public IList OldItems { get; }
var iBindableVector = notifyCollectionChangedEventArgs.oldItems;
Public ReadOnly Property OldItems As IList
屬性值
受 Replace或Remove動作影響之專案的可系結向量。
備註
使用 .NET 進行程式設計時,這個類別會隱藏,開發人員應該使用 System.Collections.Specialized.NotifyCollectionChangedEventArgs 類別。