# GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.#ctor*">HitTestInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo__ctor_GrapeCity_ActiveReports_Extensibility_Layout_HitTestResult_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.#ctor(GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult,GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea,System.String,System.String)">HitTestInfo(HitTestResult, ILayoutArea, string, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.html">HitTestInfo</a>  structure at the area underlying a mouse click.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public HitTestInfo(HitTestResult result, ILayoutArea underlyingArea, string interactiveAreaID, string data)</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="GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult.html">HitTestResult</a></td>
      <td><span class="parametername">result</span></td>
      <td><p>An enumerated <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult.html">HitTestResult</a> value indicating whether the mouse click is in an interactive area.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.html">ILayoutArea</a></td>
      <td><span class="parametername">underlyingArea</span></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.html">ILayoutArea</a> interface defining the area on which the hit test is performed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">interactiveAreaID</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the ID assigned to the area.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value containing additional data related to the hit test.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
