Click or drag to resize

CollectionOnClearedItems Method

Called when the collection was cleared.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected virtual void OnClearedItems(
	IEnumerable<Object> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableObject
Removed items.
See Also