# FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.OnListChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_OnListChanged_" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.OnListChanged*">OnListChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_OnListChanged_" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.OnListChanged*"></a>
<h4 id="FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_OnListChanged_FarPoint_Web_Spread_ListBase_FarPoint_Web_Spread_ConditionalFormattingIconValue__ListChangedEventArgs_" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.OnListChanged(FarPoint.Web.Spread.ListBase{FarPoint.Web.Spread.ConditionalFormattingIconValue}.ListChangedEventArgs)">OnListChanged(ListChangedEventArgs)</h4>
<div class="markdown level1 summary"><p>Raises the <span class="xref">ListChanged</span> event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void OnListChanged(ListBase&lt;ConditionalFormattingIconValue&gt;.ListChangedEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub OnListChanged(e As ListBase(Of ConditionalFormattingIconValue).ListChangedEventArgs)</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><span class="xref">ListBase</span>&lt;<a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a>&gt;.<a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ListChangedEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.listchangedeventargs">ListChangedEventArgs</a> instance that contains the event data.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">FarPoint.Web.Spread.ListBase&lt;FarPoint.Web.Spread.ConditionalFormattingIconValue&gt;.OnListChanged(FarPoint.Web.Spread.ListBase&lt;FarPoint.Web.Spread.ConditionalFormattingIconValue&gt;.ListChangedEventArgs)</span></div>
</div>
