Click or drag to resize

CollectionDataBindingOnItemRemoved Method

Called when item was removed from the collection.

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

Parameters

item
Type: SystemObject
Item which was removed from collection.
See Also