C# Class Borodar.ReorderableList.ItemInsertedEventArgs

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

Public Methods

Method Description
ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System

Initializes a new instance of ItemInsertedEventArgs.

Method Details

ItemInsertedEventArgs() public method

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