C# 클래스 Groves.Collections.VectorChangedEventArgs

Vector changed EventArgs
상속: IVectorChangedEventArgs
파일 보기 프로젝트 열기: tomzorz/Groves 1 사용 예제들

공개 메소드들

메소드 설명
VectorChangedEventArgs ( CollectionChange cc, int index = -1, object item = null ) : Windows.Foundation.Collections

Construct an eventargs

메소드 상세

VectorChangedEventArgs() 공개 메소드

Construct an eventargs
public VectorChangedEventArgs ( CollectionChange cc, int index = -1, object item = null ) : Windows.Foundation.Collections
cc CollectionChange collection change type
index int index of item changed
item object item changed
리턴 Windows.Foundation.Collections