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 작업이 발생한 0부터 시작하는 인덱스입니다.

적용 대상