# FarPoint.Web.Spread.MenuItemCollection.OnListChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_MenuItemCollection_OnListChanged_" data-uid="FarPoint.Web.Spread.MenuItemCollection.OnListChanged*">OnListChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_MenuItemCollection_OnListChanged_" data-uid="FarPoint.Web.Spread.MenuItemCollection.OnListChanged*"></a>
<h4 id="FarPoint_Web_Spread_MenuItemCollection_OnListChanged_FarPoint_Web_Spread_ListBase_FarPoint_Web_Spread_MenuItem__ListChangedEventArgs_" data-uid="FarPoint.Web.Spread.MenuItemCollection.OnListChanged(FarPoint.Web.Spread.ListBase{FarPoint.Web.Spread.MenuItem}.ListChangedEventArgs)">OnListChanged(ListChangedEventArgs)</h4>
<div class="markdown level1 summary"><p>Called when [list changed].</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;MenuItem&gt;.ListChangedEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub OnListChanged(e As ListBase(Of MenuItem).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.MenuItem.html">MenuItem</a>&gt;.<a class="xref" href="FarPoint.Web.Spread.MenuItem.html">ListChangedEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>The arguments.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">FarPoint.Web.Spread.ListBase&lt;FarPoint.Web.Spread.MenuItem&gt;.OnListChanged(FarPoint.Web.Spread.ListBase&lt;FarPoint.Web.Spread.MenuItem&gt;.ListChangedEventArgs)</span></div>
</div>
