# C1.Document.C1TextSearchManager.OnFindActionCompleted

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1TextSearchManager_OnFindActionCompleted_" data-uid="C1.Document.C1TextSearchManager.OnFindActionCompleted*">OnFindActionCompleted Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1TextSearchManager_OnFindActionCompleted_" data-uid="C1.Document.C1TextSearchManager.OnFindActionCompleted*"></a>
<h4 id="C1_Document_C1TextSearchManager_OnFindActionCompleted_C1_Document_C1FindTextAction_C1_Document_C1FoundPosition_System_Exception_" data-uid="C1.Document.C1TextSearchManager.OnFindActionCompleted(C1.Document.C1FindTextAction,C1.Document.C1FoundPosition,System.Exception)">OnFindActionCompleted(C1FindTextAction, C1FoundPosition, Exception)</h4>
<div class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Document.C1TextSearchManager.FindActionCompleted.html">FindActionCompleted</a> event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void OnFindActionCompleted(C1FindTextAction action, C1FoundPosition position, Exception error)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub OnFindActionCompleted(action As C1FindTextAction, position As C1FoundPosition, [error] As Exception)</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.C1FindTextAction.html">C1FindTextAction</a></td>
      <td><span class="parametername">action</span></td>
      <td><p>The <a class="xref" href="C1.Document.C1FindTextAction.html">C1FindTextAction</a> that specifies the base position and direction of a text search.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Document.C1FoundPosition.html">C1FoundPosition</a></td>
      <td><span class="parametername">position</span></td>
      <td><p>The <a class="xref" href="C1.Document.C1FoundPosition.html">C1FoundPosition</a> that represents a position in a document where a text was found.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
      <td><span class="parametername">error</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a> that represents errors that occur during method execution.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
