# FarPoint.Web.Chart.MapAreaClickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_MapAreaClickEventArgs" data-uid="FarPoint.Web.Chart.MapAreaClickEventArgs" class="text-break">MapAreaClickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>MapAreaClickEventArgs is used by <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventHandler.html">MapAreaClickEventHandler</a> which is raised
after the map area of FpChart is clicked.</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">MapAreaClickEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_MapAreaClickEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MapAreaClickEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MapAreaClickEventArgs
    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="FarPoint_Web_Chart_MapAreaClickEventArgs__ctor" data-uid="FarPoint.Web.Chart.MapAreaClickEventArgs.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventArgs.-ctor.html#FarPoint_Web_Chart_MapAreaClickEventArgs__ctor">MapAreaClickEventArgs()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventArgs.html">MapAreaClickEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaClickEventArgs__ctor_System_String_" data-uid="FarPoint.Web.Chart.MapAreaClickEventArgs.#ctor(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventArgs.-ctor.html#FarPoint_Web_Chart_MapAreaClickEventArgs__ctor_System_String_">MapAreaClickEventArgs(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventArgs.html">MapAreaClickEventArgs</a> class
with the specified string presentation indicates a <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventArgs.MapAreaInfo.html#FarPoint_Web_Chart_MapAreaClickEventArgs_MapAreaInfo">MapAreaInfo</a>.</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_Web_Chart_MapAreaClickEventArgs_MapAreaInfo" data-uid="FarPoint.Web.Chart.MapAreaClickEventArgs.MapAreaInfo">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaClickEventArgs.MapAreaInfo.html#FarPoint_Web_Chart_MapAreaClickEventArgs_MapAreaInfo">MapAreaInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the MapAreaInfo indicates the event source.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
