# FarPoint.Win.Spread.Chart.ChartShape.ProcessMouseMove

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Chart_ChartShape_ProcessMouseMove_" data-uid="FarPoint.Win.Spread.Chart.ChartShape.ProcessMouseMove*">ProcessMouseMove Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Chart_ChartShape_ProcessMouseMove_" data-uid="FarPoint.Win.Spread.Chart.ChartShape.ProcessMouseMove*"></a>
<h4 id="FarPoint_Win_Spread_Chart_ChartShape_ProcessMouseMove_System_Windows_Forms_MouseEventArgs_System_Boolean_System_Object__" data-uid="FarPoint.Win.Spread.Chart.ChartShape.ProcessMouseMove(System.Windows.Forms.MouseEventArgs,System.Boolean,System.Object@)">ProcessMouseMove(MouseEventArgs, bool, ref object)</h4>
<div class="markdown level1 summary"><p>Processes when the mouse cursor is moving.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void ProcessMouseMove(MouseEventArgs e, bool containsMouse, ref object selectedObject)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub ProcessMouseMove(e As MouseEventArgs, containsMouse As Boolean, ByRef selectedObject As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.mouseeventargs">MouseEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.mouseeventargs">MouseEventArgs</a> instance containing the mouse event data.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">containsMouse</span></td>
      <td><p>if set to <code>true</code> the chart shape contains the mouse cursor.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">selectedObject</span></td>
      <td><p>The current selected element of chart shape.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
