# C1.Win.TouchToolKit.HoldingState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_HoldingState" data-uid="C1.Win.TouchToolKit.HoldingState" class="text-break">HoldingState Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the state of the <a class="xref" href="C1.Win.TouchToolKit.C1TouchEventProvider.Holding.html">Holding</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.4.8.dll</h6>
  <h5 id="C1_Win_TouchToolKit_HoldingState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HoldingState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HoldingState</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_HoldingState_Canceled">Canceled</td>
        <td><p>An additional contact is detected, a subsequent gesture (such as a slide) is detected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_HoldingState_Completed">Completed</td>
        <td><p>The single contact is lifted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_HoldingState_Started">Started</td>
        <td><p>A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
