C# 클래스 CollectionEventArgs, Fiesta_Utils

상속: EventArgs
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Index int
Item object

공개 메소드들

메소드 설명
CollectionEventArgs ( )
CollectionEventArgs ( object item, int index )

메소드 상세

CollectionEventArgs() 공개 메소드

public CollectionEventArgs ( )

CollectionEventArgs() 공개 메소드

public CollectionEventArgs ( object item, int index )
item object
index int

프로퍼티 상세

Index 공개적으로 프로퍼티

public int Index
리턴 int

Item 공개적으로 프로퍼티

public object Item
리턴 object