# C1.Maui.Core.C1TappedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1TappedEventArgs" data-uid="C1.Maui.Core.C1TappedEventArgs" class="text-break">C1TappedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Contains information of the tap events.</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"><a class="xref" href="C1.Maui.Core.C1InputEventArgs.html">C1InputEventArgs</a></div>
    <div class="level3"><span class="xref">C1TappedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1TappedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TappedEventArgs : C1InputEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TappedEventArgs
    Inherits C1InputEventArgs</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_Maui_Core_C1TappedEventArgs__ctor" data-uid="C1.Maui.Core.C1TappedEventArgs.#ctor">
          <a class="xref" href="C1.Maui.Core.C1TappedEventArgs.-ctor.html#C1_Maui_Core_C1TappedEventArgs__ctor">C1TappedEventArgs()</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_Maui_Core_C1TappedEventArgs_HitPoint" data-uid="C1.Maui.Core.C1TappedEventArgs.HitPoint">
          <a class="xref" href="C1.Maui.Core.C1TappedEventArgs.HitPoint.html#C1_Maui_Core_C1TappedEventArgs_HitPoint">HitPoint</a>
        </td>
        <td class="markdown level1 summary"><p>The x- and y-coordinates of the pointer position</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1TappedEventArgs_IsBarrelButtonDown" data-uid="C1.Maui.Core.C1TappedEventArgs.IsBarrelButtonDown">
          <a class="xref" href="C1.Maui.Core.C1TappedEventArgs.IsBarrelButtonDown.html#C1_Maui_Core_C1TappedEventArgs_IsBarrelButtonDown">IsBarrelButtonDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the barrel button of the pen is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1TappedEventArgs_IsDown" data-uid="C1.Maui.Core.C1TappedEventArgs.IsDown">
          <a class="xref" href="C1.Maui.Core.C1TappedEventArgs.IsDown.html#C1_Maui_Core_C1TappedEventArgs_IsDown">IsDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the event is performed with the mouse down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1TappedEventArgs_IsRightTapped" data-uid="C1.Maui.Core.C1TappedEventArgs.IsRightTapped">
          <a class="xref" href="C1.Maui.Core.C1TappedEventArgs.IsRightTapped.html#C1_Maui_Core_C1TappedEventArgs_IsRightTapped">IsRightTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the event is performed with the right button of the mouse.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
