NotifyCollectionChangedEventArgs.OldStartingIndex 属性

定义

获取在其处发生 Move、删除或替换操作的索引。

public:
 property int OldStartingIndex { int get(); };
public int OldStartingIndex { get; }
member this.OldStartingIndex : int
Public ReadOnly Property OldStartingIndex As Integer

属性值

在其处发生 Move、删除或替换操作的从零开始的索引。

适用于