C# Class FullInspector.Rotorz.ReorderableList.ItemInsertedEventArgs

Arguments which are passed to ItemInsertedEventHandler.
Inheritance: System.EventArgs
ファイルを表示 Open project: jacobdufault/fullinspector 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