[]
        
(Showing Draft Content)

C1.WPF.RulesManager.C1CachedDataCollectionList-1

C1CachedDataCollectionList<T> Class

Cached list of items with support for subscribing to item events.

Implements
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
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
Type Parameters
Name Description
T

Properties

Name Description
IsDisposed

Gets whether the collection is disposed.

Methods

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.