# C1.C1Preview.C1LinkTargetUser

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1LinkTargetUser" data-uid="C1.C1Preview.C1LinkTargetUser" class="text-break">C1LinkTargetUser Class
</h1>
  <div class="markdown level0 summary"><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> determined by a user event handler.
When using <b>C1.Win.C1Preview.C1PreviewPane</b>, attach a handler of the type
<b>C1.Win.C1Preview.HyperlinkEventHandler</b> to the <b>C1PreviewPane</b>'s <b>UserHyperlinkJump</b>
event. That event will be fired when a hyperlink with the link target
of this type is clicked.</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="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a></div>
    <div class="level2"><span class="xref">C1LinkTargetUser</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_C1LinkTargetUser_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1LinkTargetUser : C1LinkTarget</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1LinkTargetUser
    Inherits C1LinkTarget</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_C1Preview_C1LinkTargetUser__ctor" data-uid="C1.C1Preview.C1LinkTargetUser.#ctor">
          <a class="xref" href="C1.C1Preview.C1LinkTargetUser.-ctor.html#C1_C1Preview_C1LinkTargetUser__ctor">C1LinkTargetUser()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetUser.html">C1LinkTargetUser</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
