Click or drag to resize

CollectionDataBindingTItemOnItemInserted Method

Called when an item was inserted in the collection.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void OnItemInserted(
	Object item,
	int index
)

Parameters

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