Click or drag to resize

ConcurrentCollectionTOnItemsAdded Method

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected virtual void OnItemsAdded(
	T[] items
)

Parameters

items
Type: T
The elements that were added to the ConcurrentCollectionT.
See Also