# C1.WPF.Binding.CalcEngineFunction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Binding_CalcEngineFunction" data-uid="C1.WPF.Binding.CalcEngineFunction" class="text-break">CalcEngineFunction Delegate
</h1>
  <div class="markdown level0 summary"><p>Delegate that represents CalcEngine functions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Binding.html">C1.WPF.Binding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Binding.4.6.2.dll</h6>
  <h5 id="C1_WPF_Binding_CalcEngineFunction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public delegate object CalcEngineFunction(List&lt;Expression&gt; parms)</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Delegate Function CalcEngineFunction(parms As List(Of Expression)) As Object</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="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="C1.WPF.Binding.Expression.html">Expression</a>&gt;</td>
        <td><span class="parametername">parms</span></td>
        <td><p>List of <a class="xref" href="C1.WPF.Binding.Expression.html">Expression</a> objects that represent the
parameters to be used in the function call.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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.object">object</a></td>
        <td><p>The function result.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Binding_CalcEngineFunction__ctor_System_Object_System_IntPtr_" data-uid="C1.WPF.Binding.CalcEngineFunction.#ctor(System.Object,System.IntPtr)">
          <a class="xref" href="C1.WPF.Binding.CalcEngineFunction.-ctor.html#C1_WPF_Binding_CalcEngineFunction__ctor_System_Object_System_IntPtr_">CalcEngineFunction(object, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_WPF_Binding_CalcEngineFunction_BeginInvoke_System_Collections_Generic_List_C1_WPF_Binding_Expression__System_AsyncCallback_System_Object_" data-uid="C1.WPF.Binding.CalcEngineFunction.BeginInvoke(System.Collections.Generic.List{C1.WPF.Binding.Expression},System.AsyncCallback,System.Object)">
          <a class="xref" href="C1.WPF.Binding.CalcEngineFunction.BeginInvoke.html#C1_WPF_Binding_CalcEngineFunction_BeginInvoke_System_Collections_Generic_List_C1_WPF_Binding_Expression__System_AsyncCallback_System_Object_">BeginInvoke(List&lt;Expression&gt;, AsyncCallback, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_CalcEngineFunction_EndInvoke_System_IAsyncResult_" data-uid="C1.WPF.Binding.CalcEngineFunction.EndInvoke(System.IAsyncResult)">
          <a class="xref" href="C1.WPF.Binding.CalcEngineFunction.EndInvoke.html#C1_WPF_Binding_CalcEngineFunction_EndInvoke_System_IAsyncResult_">EndInvoke(IAsyncResult)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_CalcEngineFunction_Invoke_System_Collections_Generic_List_C1_WPF_Binding_Expression__" data-uid="C1.WPF.Binding.CalcEngineFunction.Invoke(System.Collections.Generic.List{C1.WPF.Binding.Expression})">
          <a class="xref" href="C1.WPF.Binding.CalcEngineFunction.Invoke.html#C1_WPF_Binding_CalcEngineFunction_Invoke_System_Collections_Generic_List_C1_WPF_Binding_Expression__">Invoke(List&lt;Expression&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
