# C1.Win.TouchToolKit.TouchRoutedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_TouchRoutedEventArgs" data-uid="C1.Win.TouchToolKit.TouchRoutedEventArgs" class="text-break">TouchRoutedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provide base logic for all pointer and manipulation event args.</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">TouchRoutedEventArgs</span></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.DoubleTappedEventArgs.html">DoubleTappedEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.HoldingEventArgs.html">HoldingEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.ManipulationCompletedEventArgs.html">ManipulationCompletedEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.ManipulationDeltaEventArgs.html">ManipulationDeltaEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.ManipulationInertiaStartingEventArgs.html">ManipulationInertiaStartingEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.ManipulationStartedEventArgs.html">ManipulationStartedEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.ManipulationStartingEventArgs.html">ManipulationStartingEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.PointerEventArgs.html">PointerEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.RightTappedEventArgs.html">RightTappedEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.TappedEventArgs.html">TappedEventArgs</a></div>
  </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.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_TouchRoutedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class TouchRoutedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public MustInherit Class TouchRoutedEventArgs
    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_TouchToolKit_TouchRoutedEventArgs__ctor" data-uid="C1.Win.TouchToolKit.TouchRoutedEventArgs.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.TouchRoutedEventArgs.-ctor.html#C1_Win_TouchToolKit_TouchRoutedEventArgs__ctor">TouchRoutedEventArgs()</a>
        </td>
        <td class="markdown level1 summary"></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_TouchToolKit_TouchRoutedEventArgs_Handled" data-uid="C1.Win.TouchToolKit.TouchRoutedEventArgs.Handled">
          <a class="xref" href="C1.Win.TouchToolKit.TouchRoutedEventArgs.Handled.html#C1_Win_TouchToolKit_TouchRoutedEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that marks the routed event as handled. Setting to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> prevents most
handlers along the event route from handling the same event again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_TouchRoutedEventArgs_OriginalSource" data-uid="C1.Win.TouchToolKit.TouchRoutedEventArgs.OriginalSource">
          <a class="xref" href="C1.Win.TouchToolKit.TouchRoutedEventArgs.OriginalSource.html#C1_Win_TouchToolKit_TouchRoutedEventArgs_OriginalSource">OriginalSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the object that raised the event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_TouchRoutedEventArgs_TargetControl" data-uid="C1.Win.TouchToolKit.TouchRoutedEventArgs.TargetControl">
          <a class="xref" href="C1.Win.TouchToolKit.TouchRoutedEventArgs.TargetControl.html#C1_Win_TouchToolKit_TouchRoutedEventArgs_TargetControl">TargetControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the target control which attached to the <a class="xref" href="C1.Win.TouchToolKit.C1TouchEventProvider.html">C1TouchEventProvider</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
