Click or drag to resize

ConcurrentCollectionTOnItemAdded Method

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax
protected virtual void OnItemAdded(
	T item
)

Parameters

item
Type: T
The element that has been added to the ConcurrentCollectionT.
See Also