RemoveItem Method (adaptor, itemIndex)

Remove specified item.
protected bool RemoveItem(
	IReorderableListAdaptor adaptor,
	int itemIndex
)

Parameters

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

Return Value

Returns a value of false if operation was cancelled.

Remarks

The event ItemRemoving is raised prior to removing item and allows removal to be cancelled.