# C1.Document.GetLinkTargetPositionCompletedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_GetLinkTargetPositionCompletedEventArgs" data-uid="C1.Document.GetLinkTargetPositionCompletedEventArgs" class="text-break">GetLinkTargetPositionCompletedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <span class="xref">C1.Document.C1DocumentSource.GetLinkTargetPositionCompleted</span> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.asynccompletedeventargs">AsyncCompletedEventArgs</a></div>
    <div class="level3"><span class="xref">GetLinkTargetPositionCompletedEventArgs</span></div>
  </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_GetLinkTargetPositionCompletedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GetLinkTargetPositionCompletedEventArgs : AsyncCompletedEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GetLinkTargetPositionCompletedEventArgs
    Inherits AsyncCompletedEventArgs</code></pre>
  </div>
  <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_GetLinkTargetPositionCompletedEventArgs__ctor_C1_Document_C1LinkTargetBase_C1_Document_C1BookmarkPosition_System_Exception_System_Boolean_" data-uid="C1.Document.GetLinkTargetPositionCompletedEventArgs.#ctor(C1.Document.C1LinkTargetBase,C1.Document.C1BookmarkPosition,System.Exception,System.Boolean)">
          <a class="xref" href="C1.Document.GetLinkTargetPositionCompletedEventArgs.-ctor.html#C1_Document_GetLinkTargetPositionCompletedEventArgs__ctor_C1_Document_C1LinkTargetBase_C1_Document_C1BookmarkPosition_System_Exception_System_Boolean_">GetLinkTargetPositionCompletedEventArgs(C1LinkTargetBase, C1BookmarkPosition, Exception, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.GetLinkTargetPositionCompletedEventArgs.html">GetLinkTargetPositionCompletedEventArgs</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_GetLinkTargetPositionCompletedEventArgs_LinkTarget" data-uid="C1.Document.GetLinkTargetPositionCompletedEventArgs.LinkTarget">
          <a class="xref" href="C1.Document.GetLinkTargetPositionCompletedEventArgs.LinkTarget.html#C1_Document_GetLinkTargetPositionCompletedEventArgs_LinkTarget">LinkTarget</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> object defining position in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_GetLinkTargetPositionCompletedEventArgs_Position" data-uid="C1.Document.GetLinkTargetPositionCompletedEventArgs.Position">
          <a class="xref" href="C1.Document.GetLinkTargetPositionCompletedEventArgs.Position.html#C1_Document_GetLinkTargetPositionCompletedEventArgs_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.C1BookmarkPosition.html">C1BookmarkPosition</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
