# C1.Document.AsyncActionWithProgressCompletedHandler-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_AsyncActionWithProgressCompletedHandler_1" data-uid="C1.Document.AsyncActionWithProgressCompletedHandler`1" class="text-break">AsyncActionWithProgressCompletedHandler&lt;TProgress&gt; Delegate
</h1>
  <div class="markdown level0 summary"><p>Represents a method that handles the completed event of an asynchronous action that provides progress updates.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_AsyncActionWithProgressCompletedHandler_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public delegate void AsyncActionWithProgressCompletedHandler&lt;TProgress&gt;(IAsyncActionWithProgress&lt;TProgress&gt; asyncInfo, AsyncStatus asyncStatus)</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Delegate Sub AsyncActionWithProgressCompletedHandler(Of TProgress)(asyncInfo As IAsyncActionWithProgress(Of TProgress), asyncStatus As AsyncStatus)</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="C1.Document.IAsyncActionWithProgress-1.html">IAsyncActionWithProgress</a>&lt;TProgress&gt;</td>
        <td><span class="parametername">asyncInfo</span></td>
        <td><p>The asynchronous action.</p>
</td>
      </tr>
      <tr>
        <td><a class="xref" href="C1.Document.AsyncStatus.html">AsyncStatus</a></td>
        <td><span class="parametername">asyncStatus</span></td>
        <td><p>The status of asynchronous action.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TProgress</span></td>
        <td><p>The type of the progress data.</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_Document_AsyncActionWithProgressCompletedHandler_1__ctor_System_Object_System_IntPtr_" data-uid="C1.Document.AsyncActionWithProgressCompletedHandler`1.#ctor(System.Object,System.IntPtr)">
          <a class="xref" href="C1.Document.AsyncActionWithProgressCompletedHandler-1.-ctor.html#C1_Document_AsyncActionWithProgressCompletedHandler_1__ctor_System_Object_System_IntPtr_">AsyncActionWithProgressCompletedHandler(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_Document_AsyncActionWithProgressCompletedHandler_1_BeginInvoke_C1_Document_IAsyncActionWithProgress__0__C1_Document_AsyncStatus_System_AsyncCallback_System_Object_" data-uid="C1.Document.AsyncActionWithProgressCompletedHandler`1.BeginInvoke(C1.Document.IAsyncActionWithProgress{`0},C1.Document.AsyncStatus,System.AsyncCallback,System.Object)">
          <a class="xref" href="C1.Document.AsyncActionWithProgressCompletedHandler-1.BeginInvoke.html#C1_Document_AsyncActionWithProgressCompletedHandler_1_BeginInvoke_C1_Document_IAsyncActionWithProgress__0__C1_Document_AsyncStatus_System_AsyncCallback_System_Object_">BeginInvoke(IAsyncActionWithProgress&lt;TProgress&gt;, AsyncStatus, AsyncCallback, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_AsyncActionWithProgressCompletedHandler_1_EndInvoke_System_IAsyncResult_" data-uid="C1.Document.AsyncActionWithProgressCompletedHandler`1.EndInvoke(System.IAsyncResult)">
          <a class="xref" href="C1.Document.AsyncActionWithProgressCompletedHandler-1.EndInvoke.html#C1_Document_AsyncActionWithProgressCompletedHandler_1_EndInvoke_System_IAsyncResult_">EndInvoke(IAsyncResult)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_AsyncActionWithProgressCompletedHandler_1_Invoke_C1_Document_IAsyncActionWithProgress__0__C1_Document_AsyncStatus_" data-uid="C1.Document.AsyncActionWithProgressCompletedHandler`1.Invoke(C1.Document.IAsyncActionWithProgress{`0},C1.Document.AsyncStatus)">
          <a class="xref" href="C1.Document.AsyncActionWithProgressCompletedHandler-1.Invoke.html#C1_Document_AsyncActionWithProgressCompletedHandler_1_Invoke_C1_Document_IAsyncActionWithProgress__0__C1_Document_AsyncStatus_">Invoke(IAsyncActionWithProgress&lt;TProgress&gt;, AsyncStatus)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
