# C1.C1Preview.OwnedFastListBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_OwnedFastListBase" data-uid="C1.C1Preview.OwnedFastListBase" class="text-break">OwnedFastListBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents <a class="xref" href="C1.C1Preview.Util.FastList.html">FastList</a> with owner object.
Notifies the owner of interesting events on the collection if the owner
supports the <span class="xref">C1.C1Preview.ICollectionOwner</span> interface.</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"><a class="xref" href="C1.C1Preview.Util.FastList.html">FastList</a></div>
    <div class="level2"><span class="xref">OwnedFastListBase</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.OwnedFastList.html">OwnedFastList</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_OwnedFastListBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OwnedFastListBase : FastList, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OwnedFastListBase
    Inherits FastList
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase__ctor" data-uid="C1.C1Preview.OwnedFastListBase.#ctor">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.-ctor.html#C1_C1Preview_OwnedFastListBase__ctor">OwnedFastListBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.OwnedFastList.html">OwnedFastList</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase__ctor_System_Object_" data-uid="C1.C1Preview.OwnedFastListBase.#ctor(System.Object)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.-ctor.html#C1_C1Preview_OwnedFastListBase__ctor_System_Object_">OwnedFastListBase(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.OwnedFastList.html">OwnedFastList</a> class.</p>
</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_C1Preview_OwnedFastListBase_Owner" data-uid="C1.C1Preview.OwnedFastListBase.Owner">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.Owner.html#C1_C1Preview_OwnedFastListBase_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of collection.</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_C1Preview_OwnedFastListBase_Clear" data-uid="C1.C1Preview.OwnedFastListBase.Clear">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.Clear.html#C1_C1Preview_OwnedFastListBase_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the current <a class="xref" href="C1.C1Preview.OwnedFastListBase.html">OwnedFastListBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_Insert_System_Int32_System_Object_" data-uid="C1.C1Preview.OwnedFastListBase.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.Insert.html#C1_C1Preview_OwnedFastListBase_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the element at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_OnClear" data-uid="C1.C1Preview.OwnedFastListBase.OnClear">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.OnClear.html#C1_C1Preview_OwnedFastListBase_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the list is about to be cleared.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_OnClearComplete" data-uid="C1.C1Preview.OwnedFastListBase.OnClearComplete">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.OnClearComplete.html#C1_C1Preview_OwnedFastListBase_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the list has been cleared.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_OnInsert_System_Int32_System_Object_" data-uid="C1.C1Preview.OwnedFastListBase.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.OnInsert.html#C1_C1Preview_OwnedFastListBase_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an item is about to be iserted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.C1Preview.OwnedFastListBase.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.OnInsertComplete.html#C1_C1Preview_OwnedFastListBase_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after an item has been inserted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_OnRemove_System_Int32_System_Object_" data-uid="C1.C1Preview.OwnedFastListBase.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.OnRemove.html#C1_C1Preview_OwnedFastListBase_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an item is about to be removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.C1Preview.OwnedFastListBase.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.OnRemoveComplete.html#C1_C1Preview_OwnedFastListBase_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after an item has been removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OwnedFastListBase_RemoveAt_System_Int32_" data-uid="C1.C1Preview.OwnedFastListBase.RemoveAt(System.Int32)">
          <a class="xref" href="C1.C1Preview.OwnedFastListBase.RemoveAt.html#C1_C1Preview_OwnedFastListBase_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified element from the current list.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
