# C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Win7Pack_JumpItemsRejectedEventArgs" data-uid="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs" class="text-break">JumpItemsRejectedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.C1Win7Pack.C1TaskbarButton.JumpItemsRejected.html">JumpItemsRejected</a> event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">JumpItemsRejectedEventArgs</span></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_JumpItemsRejectedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class JumpItemsRejectedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class JumpItemsRejectedEventArgs
    Inherits EventArgs</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_Win_C1Win7Pack_JumpItemsRejectedEventArgs__ctor_System_Collections_Generic_List_C1_Win_C1Win7Pack_C1JumpItem__System_Collections_Generic_List_C1_Win_C1Win7Pack_JumpItemRejectionReason__" data-uid="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.#ctor(System.Collections.Generic.List{C1.Win.C1Win7Pack.C1JumpItem},System.Collections.Generic.List{C1.Win.C1Win7Pack.JumpItemRejectionReason})">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.-ctor.html#C1_Win_C1Win7Pack_JumpItemsRejectedEventArgs__ctor_System_Collections_Generic_List_C1_Win_C1Win7Pack_C1JumpItem__System_Collections_Generic_List_C1_Win_C1Win7Pack_JumpItemRejectionReason__">JumpItemsRejectedEventArgs(List&lt;C1JumpItem&gt;, List&lt;JumpItemRejectionReason&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.html">JumpItemsRejectedEventArgs</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_Win_C1Win7Pack_JumpItemsRejectedEventArgs_RejectedItems" data-uid="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.RejectedItems">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.RejectedItems.html#C1_Win_C1Win7Pack_JumpItemsRejectedEventArgs_RejectedItems">RejectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of Jump List items that could not be added to the Jump List by the Windows shell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemsRejectedEventArgs_RejectionReasons" data-uid="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.RejectionReasons">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.RejectionReasons.html#C1_Win_C1Win7Pack_JumpItemsRejectedEventArgs_RejectionReasons">RejectionReasons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.</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_JumpItemsRejectedEventArgs_FilterByReason_C1_Win_C1Win7Pack_JumpItemRejectionReason_" data-uid="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.FilterByReason(C1.Win.C1Win7Pack.JumpItemRejectionReason)">
          <a class="xref" href="C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs.FilterByReason.html#C1_Win_C1Win7Pack_JumpItemsRejectedEventArgs_FilterByReason_C1_Win_C1Win7Pack_JumpItemRejectionReason_">FilterByReason(JumpItemRejectionReason)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves a list of <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>s those rejection reason equals to the given value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
