C# 클래스 Borodar.ReorderableList.ItemMovingEventArgs

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

공개 메소드들

메소드 설명
ItemMovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, int destinationItemIndex ) : System

Initializes a new instance of ItemMovingEventArgs.

메소드 상세

ItemMovingEventArgs() 공개 메소드

Initializes a new instance of ItemMovingEventArgs.
public ItemMovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, int destinationItemIndex ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
itemIndex int Zero-based index of item.
destinationItemIndex int Xero-based index of item destination.
리턴 System