[]
Cached list of items with support for subscribing to item events.
public abstract class C1CachedDataCollectionList<T> : C1DataCollectionList<T>, IDisposable where T : class
Public MustInherit Class C1CachedDataCollectionList(Of T As Class)
Inherits C1DataCollectionList(Of T)
Implements IDisposable
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| IsDisposed | Gets whether the collection is disposed. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | Called to dispose resources. |
| OnItemLoaded(object, CacheDataCollectionItemEventArgs<T>) | Called when an item is loaded into the collection. |
| OnItemUnloaded(object, CacheDataCollectionItemEventArgs<T>) | Called when an item is unloaded from the collection. |