NotifyCollectionChangedEventArgs.OldStartingIndex 속성

정의

이동, 제거 또는 바꾸기 작업이 발생한 시작 인덱스입니다.

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

속성 값

Int32

int

이동, 제거 또는 바꾸기 작업이 발생한 인덱스(0부터 시작)입니다.

설명

.NET으로 프로그래밍할 때 이 클래스는 숨겨지고 개발자는 System.Collections.Specialized.NotifyCollectionChangedEventArgs 클래스를 사용해야 합니다.

적용 대상

추가 정보