CanRemoveItemDelegate Delegate

Indicates whether item can be removed from list.
public delegate bool CanRemoveItemDelegate(
	IReorderableListAdaptor adaptor,
	int itemIndex
)

Parameters

adaptor (IReorderableListAdaptor)
Reorderable list adaptor.
itemIndex (Int32)
Zero-based index of item.

Return Value

A value of true if item can be removed; otherwise false.