ItemInsertedEventArgs Constructor

Rotorz ReorderableList

ItemInsertedEventArgs Constructor
Initializes a new instance of ItemInsertedEventArgs.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public ItemInsertedEventArgs(
	IReorderableListAdaptor adaptor,
	int itemIndex,
	bool wasDuplicated
)
public function ItemInsertedEventArgs(
	adaptor : IReorderableListAdaptor,
	itemIndex : int,
	wasDuplicated : boolean
)

Parameters

adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
itemIndex
Type: SystemInt32
Zero-based index of item.
wasDuplicated
Type: SystemBoolean
Indicates if inserted item was duplicated from another item.
See Also