# FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs" data-uid="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs" class="text-break">RequestRowVisibleStatesEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the RequestRowVisibleStates event of the object.</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">RequestRowVisibleStatesEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Model.html">FarPoint.Web.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RequestRowVisibleStatesEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RequestRowVisibleStatesEventArgs
    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_Spread_Model_RequestRowVisibleStatesEventArgs__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.-ctor.html#FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs__ctor_System_Int32_System_Int32_">RequestRowVisibleStatesEventArgs(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.html">RequestRowVisibleStatesEventArgs</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_Web_Spread_Model_RequestRowVisibleStatesEventArgs_Row" data-uid="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.Row">
          <a class="xref" href="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.Row.html#FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first row index of the row range for finding the rows visible states.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs_RowCount" data-uid="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.RowCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.RowCount.html#FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of the row range of where to find the rows visible states.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs_RowVisibleStates" data-uid="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.RowVisibleStates">
          <a class="xref" href="FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.RowVisibleStates.html#FarPoint_Web_Spread_Model_RequestRowVisibleStatesEventArgs_RowVisibleStates">RowVisibleStates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates,
the handler adds the rows' visible states into this dictionary.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
