# C1.WPF.RulesManager.C1CachedDataCollectionList-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RulesManager_C1CachedDataCollectionList_1" data-uid="C1.WPF.RulesManager.C1CachedDataCollectionList`1" class="text-break">C1CachedDataCollectionList&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Cached list of items with support for subscribing to item events.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1CachedDataCollectionList&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.RulesManager.RulesCollection.html">RulesCollection</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RulesManager.RulesEngineColorStopCollection.html">RulesEngineColorStopCollection</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RulesManager.RulesEngineSegmentsCollection.html">RulesEngineSegmentsCollection</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RulesManager.html">C1.WPF.RulesManager</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RulesManager.dll</h6>
  <h5 id="C1_WPF_RulesManager_C1CachedDataCollectionList_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1CachedDataCollectionList&lt;T&gt; : C1DataCollectionList&lt;T&gt;, IDisposable where T : class</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1CachedDataCollectionList(Of T As Class)
    Inherits C1DataCollectionList(Of T)
    Implements IDisposable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RulesManager_C1CachedDataCollectionList_1_IsDisposed" data-uid="C1.WPF.RulesManager.C1CachedDataCollectionList`1.IsDisposed">
          <a class="xref" href="C1.WPF.RulesManager.C1CachedDataCollectionList-1.IsDisposed.html#C1_WPF_RulesManager_C1CachedDataCollectionList_1_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the collection is disposed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RulesManager_C1CachedDataCollectionList_1_Dispose" data-uid="C1.WPF.RulesManager.C1CachedDataCollectionList`1.Dispose">
          <a class="xref" href="C1.WPF.RulesManager.C1CachedDataCollectionList-1.Dispose.html#C1_WPF_RulesManager_C1CachedDataCollectionList_1_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_C1CachedDataCollectionList_1_Dispose_System_Boolean_" data-uid="C1.WPF.RulesManager.C1CachedDataCollectionList`1.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.RulesManager.C1CachedDataCollectionList-1.Dispose.html#C1_WPF_RulesManager_C1CachedDataCollectionList_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called to dispose resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_C1CachedDataCollectionList_1_OnItemLoaded_System_Object_C1_DataCollection_CacheDataCollectionItemEventArgs__0__" data-uid="C1.WPF.RulesManager.C1CachedDataCollectionList`1.OnItemLoaded(System.Object,C1.DataCollection.CacheDataCollectionItemEventArgs{`0})">
          <a class="xref" href="C1.WPF.RulesManager.C1CachedDataCollectionList-1.OnItemLoaded.html#C1_WPF_RulesManager_C1CachedDataCollectionList_1_OnItemLoaded_System_Object_C1_DataCollection_CacheDataCollectionItemEventArgs__0__">OnItemLoaded(object, CacheDataCollectionItemEventArgs&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an item is loaded into the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_C1CachedDataCollectionList_1_OnItemUnloaded_System_Object_C1_DataCollection_CacheDataCollectionItemEventArgs__0__" data-uid="C1.WPF.RulesManager.C1CachedDataCollectionList`1.OnItemUnloaded(System.Object,C1.DataCollection.CacheDataCollectionItemEventArgs{`0})">
          <a class="xref" href="C1.WPF.RulesManager.C1CachedDataCollectionList-1.OnItemUnloaded.html#C1_WPF_RulesManager_C1CachedDataCollectionList_1_OnItemUnloaded_System_Object_C1_DataCollection_CacheDataCollectionItemEventArgs__0__">OnItemUnloaded(object, CacheDataCollectionItemEventArgs&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an item is unloaded from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
