[]
        
(Showing Draft Content)

C1.DataCollection.C1CacheDataCollection-1.ItemUnloaded

ItemUnloaded Event

Occurs when an item is removed from the cache.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public event EventHandler<CacheDataCollectionItemEventArgs<T>>? ItemUnloaded
Returns
Type Description
EventHandler<CacheDataCollectionItemEventArgs<T>> Occurs when an item is removed from the cache.