# FarPoint.Web.Chart.PlotAreaCollection.ListChanged

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="FarPoint_Web_Chart_PlotAreaCollection_ListChanged" data-uid="FarPoint.Web.Chart.PlotAreaCollection.ListChanged" class="text-break">ListChanged Event
</h1>
<div class="markdown level0 summary"><p>Occurs when this list is changed, such as when an item in the list is added, inserted, deleted, or changed,
or when the list is cleared.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
<h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
<h5 id="FarPoint_Web_Chart_PlotAreaCollection_ListChanged_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event ListChangedEventHandler ListChanged</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Event ListChanged As ListChangedEventHandler</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.listchangedeventhandler">ListChangedEventHandler</a></td>
      <td>Occurs when this list is changed, such as when an item in the list is added, inserted, deleted, or changed, or when the list is cleared.</td>
    </tr>
  </tbody>
</table>
</div>
