[]
Occurs when an item is removed from the cache.
public event EventHandler<CacheDataCollectionItemEventArgs<T>>? ItemUnloaded
| Type | Description |
|---|---|
| EventHandler<CacheDataCollectionItemEventArgs<T>> | Occurs when an item is removed from the cache. |