# C1.Win.C1Win7Pack.JumpItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Win7Pack_JumpItemCollection" data-uid="C1.Win.C1Win7Pack.JumpItemCollection" class="text-break">JumpItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>s.</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="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">JumpItemCollection</span></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.Win.C1Win7Pack.html">C1.Win.C1Win7Pack</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Win7Pack.4.8.dll</h6>
  <h5 id="C1_Win_C1Win7Pack_JumpItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class JumpItemCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class JumpItemCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <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_Win_C1Win7Pack_JumpItemCollection_Item_System_Int32_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.Item.html#C1_Win_C1Win7Pack_JumpItemCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> at the specified position in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_Owner" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.Owner">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.Owner.html#C1_Win_C1Win7Pack_JumpItemCollection_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.html">C1JumpList</a>.</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_Win_C1Win7Pack_JumpItemCollection_Add_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.Add(C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.Add.html#C1_Win_C1Win7Pack_JumpItemCollection_Add_C1_Win_C1Win7Pack_C1JumpItem_">Add(C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_AddRange_C1_Win_C1Win7Pack_C1JumpItem___" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.AddRange(C1.Win.C1Win7Pack.C1JumpItem[])">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.AddRange.html#C1_Win_C1Win7Pack_JumpItemCollection_AddRange_C1_Win_C1Win7Pack_C1JumpItem___">AddRange(C1JumpItem[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a group of <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> objects to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_Contains_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.Contains(C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.Contains.html#C1_Win_C1Win7Pack_JumpItemCollection_Contains_C1_Win_C1Win7Pack_C1JumpItem_">Contains(C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this collection contains the specified <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_IndexOf_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.IndexOf(C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.IndexOf.html#C1_Win_C1Win7Pack_JumpItemCollection_IndexOf_C1_Win_C1Win7Pack_C1JumpItem_">IndexOf(C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_Insert_System_Int32_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.Insert(System.Int32,C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.Insert.html#C1_Win_C1Win7Pack_JumpItemCollection_Insert_System_Int32_C1_Win_C1Win7Pack_C1JumpItem_">Insert(int, C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> into this collection at the given index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_OnClear" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.OnClear">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.OnClear.html#C1_Win_C1Win7Pack_JumpItemCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when clearing the contents of
the <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.html">JumpItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_OnClearComplete" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.OnClearComplete">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.OnClearComplete.html#C1_Win_C1Win7Pack_JumpItemCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after clearing the contents of
the <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.html">JumpItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.OnInsertComplete.html#C1_Win_C1Win7Pack_JumpItemCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>
into the <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.html">JumpItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.OnRemoveComplete.html#C1_Win_C1Win7Pack_JumpItemCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing a <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>
from the <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.html">JumpItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.OnSetComplete.html#C1_Win_C1Win7Pack_JumpItemCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting a <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>
in the <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.html">JumpItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_OnValidate_System_Object_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.OnValidate(System.Object)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.OnValidate.html#C1_Win_C1Win7Pack_JumpItemCollection_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whather the type of the value argument is allowable for this collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemCollection_Remove_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.JumpItemCollection.Remove(C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemCollection.Remove.html#C1_Win_C1Win7Pack_JumpItemCollection_Remove_C1_Win_C1Win7Pack_C1JumpItem_">Remove(C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
