C# Class Borodar.ReorderableList.ItemMovedEventArgs

Arguments which are passed to ItemMovedEventHandler.
Inheritance: System.EventArgs
Show file Open project: PhannGor/unity3d-rainbow-folders Class Usage Examples

Public Methods

Method Description
ItemMovedEventArgs ( IReorderableListAdaptor adaptor, int oldItemIndex, int newItemIndex ) : System

Initializes a new instance of ItemMovedEventArgs.

Method Details

ItemMovedEventArgs() public method

Initializes a new instance of ItemMovedEventArgs.
public ItemMovedEventArgs ( IReorderableListAdaptor adaptor, int oldItemIndex, int newItemIndex ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
oldItemIndex int Old zero-based index of item.
newItemIndex int New zero-based index of item.
return System