次の方法で共有


NotifyCollectionChangedEventArgs.OldStartingIndex プロパティ

定義

MoveRemove、または Replace アクションが発生した開始インデックスを取得します。

public:
 property int OldStartingIndex { int get(); };
int OldStartingIndex();
public int OldStartingIndex { get; }
var int32 = notifyCollectionChangedEventArgs.oldStartingIndex;
Public ReadOnly Property OldStartingIndex As Integer

プロパティ値

Int32

int

MoveRemove、または Replace アクションが発生した 0 から始まるインデックス。

注釈

.NET を使用してプログラミングする場合、このクラスは非表示になり、開発者は System.Collections.Specialized.NotifyCollectionChangedEventArgs クラスを使用する必要があります。

適用対象

こちらもご覧ください