Click or drag to resize

CollectionDataBindingBaseOnItemAdded Method

Called when an item was added to the collection.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract void OnItemAdded(
	Object item
)

Parameters

item
Type: SystemObject
Item which was added.
See Also