# FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs" data-uid="FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs" class="text-break">ContextMenuStripEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represent a data structure when the context menu is displayed.</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="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">ContextMenuStripEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ContextMenuStripEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ContextMenuStripEventArgs
    Inherits CancelEventArgs</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="FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs__ctor_System_Drawing_Point_" data-uid="FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs.#ctor(System.Drawing.Point)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs.-ctor.html#FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs__ctor_System_Drawing_Point_">ContextMenuStripEventArgs(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs.html">ContextMenuStripEventArgs</a> class.</p>
</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="FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs_Location" data-uid="FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs.Location">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs.Location.html#FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
