# GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs" data-uid="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs" class="text-break">HyperLinkEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents data for the Hyperlink 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">HyperLinkEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class HyperLinkEventArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.html">HyperLinkEventArgs</a> class is used with the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventHandler.html">HyperLinkEventHandler</a> delegate to represent the arguments
passed to an event handler when a hyperlink is clicked in an ActiveReports Viewer control.</p>
</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="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs__ctor_System_Windows_Forms_MouseButtons_System_String_" data-uid="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs__ctor_System_Windows_Forms_MouseButtons_System_String_">HyperLinkEventArgs(MouseButtons, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.html">HyperLinkEventArgs</a> class and sets the specified values to the Button and HyperLink properties.</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="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_Button" data-uid="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.Button">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.Button.html#GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_Button">Button</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the mouse button that the user clicked to raise the event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_CreateNewTab" data-uid="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.CreateNewTab">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.CreateNewTab.html#GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_CreateNewTab">CreateNewTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a new browser tab or window should be initialized to open the target of the hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_Handled" data-uid="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.Handled">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.Handled.html#GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the HyperLink event is handled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_HyperLink" data-uid="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.HyperLink">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.HyperLink.html#GrapeCity_ActiveReports_Viewer_Win_HyperLinkEventArgs_HyperLink">HyperLink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the target of the hyperlink.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
