Click or drag to resize

CollectionOnItemRemoved Method

Called when an item was removed.

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

Parameters

item
Type: SystemObject
Item which was removed.
See Also