[]
Occurs when an item is added to the cache.
public event EventHandler<CacheDataCollectionItemEventArgs<T>>? ItemLoaded
Public Event ItemLoaded As EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
| Type | Description |
|---|---|
| EventHandler<CacheDataCollectionItemEventArgs<T>> | Occurs when an item is added to the cache. |