# FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport" class="text-break">IReceiveRowsVisibleStateChangedNotificationSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the data model receiving notification about the change of the rows visible state
and supports the data model getting the rows' visible states with the RequestRowVisibleStates event.</p>
</div>
  <div class="markdown level0 conceptual"></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_IReceiveRowsVisibleStateChangedNotificationSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReceiveRowsVisibleStateChangedNotificationSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IReceiveRowsVisibleStateChangedNotificationSupport</code></pre>
  </div>
  <h3 id="methods">Methods
</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_IReceiveRowsVisibleStateChangedNotificationSupport_ClearRowVisibleState" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.ClearRowVisibleState">
          <a class="xref" href="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.ClearRowVisibleState.html#FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_ClearRowVisibleState">ClearRowVisibleState()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear Row Visible State</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_InformRowsVisibleStateChanged_FarPoint_Web_Spread_Model_IFindRowsVisibleStateSupport_System_Collections_Generic_List_FarPoint_Web_Spread_LinearRange__" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged(FarPoint.Web.Spread.Model.IFindRowsVisibleStateSupport,System.Collections.Generic.List{FarPoint.Web.Spread.LinearRange})">
          <a class="xref" href="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged.html#FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_InformRowsVisibleStateChanged_FarPoint_Web_Spread_Model_IFindRowsVisibleStateSupport_System_Collections_Generic_List_FarPoint_Web_Spread_LinearRange__">InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport, List&lt;LinearRange&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Informs the data model about the change of the rows visible states.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_RemoveAllRowVisibleStatesEventHandler" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.RemoveAllRowVisibleStatesEventHandler">
          <a class="xref" href="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.RemoveAllRowVisibleStatesEventHandler.html#FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_RemoveAllRowVisibleStatesEventHandler">RemoveAllRowVisibleStatesEventHandler()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear all row visible event handler</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_IReceiveRowsVisibleStateChangedNotificationSupport_RequestRowVisibleStates" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.RequestRowVisibleStates">
          <a class="xref" href="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.RequestRowVisibleStates.html">RequestRowVisibleStates</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the data model gets the rows' visible states.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
