NotifyCollectionChangedEventArgs.OldItems 属性

定义

获取受 “替换”“删除” 操作影响的项。

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

属性值

“替换 ”或“ 删除” 操作影响的项的可绑定向量。

注解

使用 .NET 编程时,此类是隐藏的,开发人员应使用 System.Collections.Specialized.NotifyCollectionChangedEventArgs 类。

适用于

另请参阅