# FarPoint.Win.Spread.Model.GroupFooter.changed

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="FarPoint_Win_Spread_Model_GroupFooter_changed" data-uid="FarPoint.Win.Spread.Model.GroupFooter.changed" class="text-break">changed Event
</h1>
<div class="markdown level0 summary"><p>Occurs when the user makes a change to the group footer
that affects the data of the sheet.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
<h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
<h5 id="FarPoint_Win_Spread_Model_GroupFooter_changed_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event GroupFooterEventHandler changed</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Event changed As GroupFooterEventHandler</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="FarPoint.Win.Spread.Model.GroupFooterEventHandler.html">GroupFooterEventHandler</a></td>
      <td>Occurs when the user makes a change to the group footer that affects the data of the sheet.</td>
    </tr>
  </tbody>
</table>
</div>
