Click or drag to resize

CollectionItemInsertedDelegate Delegate

Delegate for ItemInserted event.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void ItemInsertedDelegate(
	Object item,
	int index
)

Parameters

item
Type: SystemObject
Item which was inserted.
index
Type: SystemInt32
Index the item was inserted.
See Also