# C1.Win.Gauge.ItemMouseEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_ItemMouseEventArgs" data-uid="C1.Win.Gauge.ItemMouseEventArgs" class="text-break">ItemMouseEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for mouse events occuring for the Gauge items.</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.Win.Gauge.ItemEventArgs.html">ItemEventArgs</a></div>
    <div class="level3"><span class="xref">ItemMouseEventArgs</span></div>
      <div class="level4"><a class="xref" href="C1.Win.Gauge.PointerDragEventArgs.html">PointerDragEventArgs</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_ItemMouseEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ItemMouseEventArgs : ItemEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ItemMouseEventArgs
    Inherits ItemEventArgs</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_Gauge_ItemMouseEventArgs_Button" data-uid="C1.Win.Gauge.ItemMouseEventArgs.Button">
          <a class="xref" href="C1.Win.Gauge.ItemMouseEventArgs.Button.html#C1_Win_Gauge_ItemMouseEventArgs_Button">Button</a>
        </td>
        <td class="markdown level1 summary"><p>Gets which mouse button was pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ItemMouseEventArgs_Clicks" data-uid="C1.Win.Gauge.ItemMouseEventArgs.Clicks">
          <a class="xref" href="C1.Win.Gauge.ItemMouseEventArgs.Clicks.html#C1_Win_Gauge_ItemMouseEventArgs_Clicks">Clicks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of times the mouse button was pressed or released.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ItemMouseEventArgs_Location" data-uid="C1.Win.Gauge.ItemMouseEventArgs.Location">
          <a class="xref" href="C1.Win.Gauge.ItemMouseEventArgs.Location.html#C1_Win_Gauge_ItemMouseEventArgs_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location of the mouse during the generating mouse event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ItemMouseEventArgs_X" data-uid="C1.Win.Gauge.ItemMouseEventArgs.X">
          <a class="xref" href="C1.Win.Gauge.ItemMouseEventArgs.X.html#C1_Win_Gauge_ItemMouseEventArgs_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-coordinate of the mouse, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ItemMouseEventArgs_Y" data-uid="C1.Win.Gauge.ItemMouseEventArgs.Y">
          <a class="xref" href="C1.Win.Gauge.ItemMouseEventArgs.Y.html#C1_Win_Gauge_ItemMouseEventArgs_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the y-coordinate of the mouse, in pixels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
