C# 클래스 Puzzle.Collections.CollectionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

CollectionEventArgs() 공개 메소드

public CollectionEventArgs ( ) : System
리턴 System

CollectionEventArgs() 공개 메소드

public CollectionEventArgs ( object item, int index ) : System
item object
index int
리턴 System

프로퍼티 상세

Index 공개적으로 프로퍼티

public int Index
리턴 int

Item 공개적으로 프로퍼티

public object Item
리턴 object