C# Class Borodar.ReorderableList.ItemMovingEventArgs

Arguments which are passed to ItemMovingEventHandler.
Inheritance: CancelEventArgs
Mostrar archivo Open project: PhannGor/unity3d-rainbow-folders Class Usage Examples

Public Methods

Method Description
ItemMovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, int destinationItemIndex ) : System

Initializes a new instance of ItemMovingEventArgs.

Method Details

ItemMovingEventArgs() public method

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.
return System