# C1.Win.List.MismatchEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_MismatchEventArgs" data-uid="C1.Win.List.MismatchEventArgs" class="text-break">MismatchEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Defines event data for the <a class="xref" href="C1.Win.List.C1Combo.Mismatch.html">Mismatch</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">MismatchEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_MismatchEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MismatchEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MismatchEventArgs
    Inherits EventArgs</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_List_MismatchEventArgs_NewEntry" data-uid="C1.Win.List.MismatchEventArgs.NewEntry">
          <a class="xref" href="C1.Win.List.MismatchEventArgs.NewEntry.html#C1_Win_List_MismatchEventArgs_NewEntry">NewEntry</a>
        </td>
        <td class="markdown level1 summary"><p>String representing the text that was entered by the user but not found in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_MismatchEventArgs_Reposition" data-uid="C1.Win.List.MismatchEventArgs.Reposition">
          <a class="xref" href="C1.Win.List.MismatchEventArgs.Reposition.html#C1_Win_List_MismatchEventArgs_Reposition">Reposition</a>
        </td>
        <td class="markdown level1 summary"><p>False to prevent the current row from moving back to the top of the list when a mismatch has been typed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
