# FarPoint.Web.Spread.FpSpread.OnAggregate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_FpSpread_OnAggregate_" data-uid="FarPoint.Web.Spread.FpSpread.OnAggregate*">OnAggregate Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_FpSpread_OnAggregate_" data-uid="FarPoint.Web.Spread.FpSpread.OnAggregate*"></a>
<h4 id="FarPoint_Web_Spread_FpSpread_OnAggregate_FarPoint_Web_Spread_Model_AggregateArgs_" data-uid="FarPoint.Web.Spread.FpSpread.OnAggregate(FarPoint.Web.Spread.Model.AggregateArgs)">OnAggregate(AggregateArgs)</h4>
<div class="markdown level1 summary"><p>Raises the Changed event, and permits derived classes to handle
the event without attaching a delegate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void OnAggregate(AggregateArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub OnAggregate(e As AggregateArgs)</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><a class="xref" href="FarPoint.Web.Spread.Model.AggregateArgs.html">AggregateArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>AggregateArgs object that contains event data</p>
</td>
    </tr>
  </tbody>
</table>
</div>
