| ConcurrentCollectionTOnItemAdded Method |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax protected virtual void OnItemAdded(
T item
)
Parameters
- item
- Type: T
The element that has been added to the ConcurrentCollectionT.
See Also