# GrapeCity.CalcEngine.IAsyncFunctionManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IAsyncFunctionManager" data-uid="GrapeCity.CalcEngine.IAsyncFunctionManager" class="text-break">IAsyncFunctionManager Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an asynchronous function manager which handles processing after asynchronous function(s) finished.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_IAsyncFunctionManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAsyncFunctionManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAsyncFunctionManager</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_IAsyncFunctionManager_OnDataChanged_GrapeCity_CalcEngine_AsyncApplication_" data-uid="GrapeCity.CalcEngine.IAsyncFunctionManager.OnDataChanged(GrapeCity.CalcEngine.AsyncApplication)">
          <a class="xref" href="GrapeCity.CalcEngine.IAsyncFunctionManager.OnDataChanged.html#GrapeCity_CalcEngine_IAsyncFunctionManager_OnDataChanged_GrapeCity_CalcEngine_AsyncApplication_">OnDataChanged(AsyncApplication)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when asynchronous function(s) finished.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
