C# 클래스 Borodar.ReorderableList.ItemInsertedEventArgs

Arguments which are passed to ItemInsertedEventHandler.
상속: System.EventArgs
파일 보기 프로젝트 열기: PhannGor/unity3d-rainbow-folders 1 사용 예제들

공개 메소드들

메소드 설명
ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System

Initializes a new instance of ItemInsertedEventArgs.

메소드 상세

ItemInsertedEventArgs() 공개 메소드

Initializes a new instance of ItemInsertedEventArgs.
public ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
itemIndex int Zero-based index of item.
wasDuplicated bool Indicates if inserted item was duplicated from another item.
리턴 System