NotifyCollectionChangedEventArgs.OldStartingIndex 屬性

定義

取得發生 Move、Remove 或 Replace 動作的索引。

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

屬性值

發生 Move、Remove 或 Replace 動作的以零為起始的索引。

適用於