# C1.Win.Touch.ITouchDestination

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Touch_ITouchDestination" data-uid="C1.Win.Touch.ITouchDestination" class="text-break">ITouchDestination Interface
</h1>
  <div class="markdown level0 summary"><p>Implemented by an area of the Control that needs to receive touch notifications.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Touch.html">C1.Win.Touch</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Touch_ITouchDestination_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITouchDestination</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITouchDestination</code></pre>
  </div>
  <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_Touch_ITouchDestination_ProcessManipulation_C1_Win_Touch_TouchManipulation_" data-uid="C1.Win.Touch.ITouchDestination.ProcessManipulation(C1.Win.Touch.TouchManipulation)">
          <a class="xref" href="C1.Win.Touch.ITouchDestination.ProcessManipulation.html#C1_Win_Touch_ITouchDestination_ProcessManipulation_C1_Win_Touch_TouchManipulation_">ProcessManipulation(TouchManipulation)</a>
        </td>
        <td class="markdown level1 summary"><p>Executes when the next manipulation occurs, including the inertia.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_ITouchDestination_StartManipulation_C1_Win_Touch_TouchManipulation_" data-uid="C1.Win.Touch.ITouchDestination.StartManipulation(C1.Win.Touch.TouchManipulation)">
          <a class="xref" href="C1.Win.Touch.ITouchDestination.StartManipulation.html#C1_Win_Touch_ITouchDestination_StartManipulation_C1_Win_Touch_TouchManipulation_">StartManipulation(TouchManipulation)</a>
        </td>
        <td class="markdown level1 summary"><p>Executes before a new manipulation starts.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
