다음을 통해 공유


NotifyCollectionChangedEventArgs 생성자

정의

NotifyCollectionChangedEventArgs 클래스의 새 instance 초기화합니다.

public:
 NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IBindableVector ^ newItems, IBindableVector ^ oldItems, int newIndex, int oldIndex);
 NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction const& action, IBindableVector const& newItems, IBindableVector const& oldItems, int const& newIndex, int const& oldIndex);
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int newIndex, int oldIndex);
function NotifyCollectionChangedEventArgs(action, newItems, oldItems, newIndex, oldIndex)
Public Sub New (action As NotifyCollectionChangedAction, newItems As IList, oldItems As IList, newIndex As Integer, oldIndex As Integer)

매개 변수

oldItems
IBindableVector IList

보고할 OldItems 값입니다.

newIndex
Int32

int

보고할 NewStartingIndex 값입니다.

oldIndex
Int32

int

보고할 OldStartingIndex 값입니다.

설명

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

작업 외에 이 생성자에 대한 값은 보고되는 컬렉션 변경 및 해당 작업에 따라 잠재적으로 null로 전달될 수 있습니다.

적용 대상

추가 정보