# GrapeCity.ActiveReports.Viewer.Win.FindEventArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_FindEventArgs" data-uid="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs" class="text-break">FindEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the Find event.</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">FindEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_FindEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class FindEventArgs : 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="GrapeCity_ActiveReports_Viewer_Win_FindEventArgs__ctor" data-uid="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_FindEventArgs__ctor">FindEventArgs()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the FindEventArgs class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_FindEventArgs__ctor_System_Boolean_System_Int32_" data-uid="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.#ctor(System.Boolean,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_FindEventArgs__ctor_System_Boolean_System_Int32_">FindEventArgs(bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.</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="GrapeCity_ActiveReports_Viewer_Win_FindEventArgs_Found" data-uid="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.Found">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.Found.html#GrapeCity_ActiveReports_Viewer_Win_FindEventArgs_Found">Found</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether the text was found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_FindEventArgs_PageIndex" data-uid="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.PageIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.PageIndex.html#GrapeCity_ActiveReports_Viewer_Win_FindEventArgs_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page number where the text was found.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
