# C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs" data-uid="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs" class="text-break">C1SuperLabelLinkClickedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabelBase.LinkClicked.html">LinkClicked</a> 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"><span class="xref">C1SuperLabelLinkClickedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SuperTooltip.html">C1.Win.SuperTooltip</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1SuperLabelLinkClickedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1SuperLabelLinkClickedEventArgs
    Inherits EventArgs</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_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs__ctor_System_Windows_Forms_MouseButtons_System_String_System_String_" data-uid="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.String,System.String)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.-ctor.html#C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs__ctor_System_Windows_Forms_MouseButtons_System_String_System_String_">C1SuperLabelLinkClickedEventArgs(MouseButtons, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.linkclickedeventargs">LinkClickedEventArgs</a>.</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_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_Button" data-uid="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.Button">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.Button.html#C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_Button">Button</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the button that was clicked on the link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_HRef" data-uid="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.HRef">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.HRef.html#C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_HRef">HRef</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the link's HREF attribute.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_Target" data-uid="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.Target">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.Target.html#C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the link's TARGET attribute.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
