# C1.Win.SuperTooltip.PopupEventArgs.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_PopupEventArgs__ctor_" data-uid="C1.Win.SuperTooltip.PopupEventArgs.#ctor*">PopupEventArgs Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_PopupEventArgs__ctor_" data-uid="C1.Win.SuperTooltip.PopupEventArgs.#ctor*"></a>
<h4 id="C1_Win_SuperTooltip_PopupEventArgs__ctor_System_Windows_Forms_Form_System_Windows_Forms_Control_System_Drawing_Point_System_String_" data-uid="C1.Win.SuperTooltip.PopupEventArgs.#ctor(System.Windows.Forms.Form,System.Windows.Forms.Control,System.Drawing.Point,System.String)">PopupEventArgs(Form, Control, Point, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.html">PopupEventArgs</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PopupEventArgs(Form form, Control control, Point location, string text)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(form As Form, control As Control, location As Point, text As String)</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></td>
      <td><span class="parametername">form</span></td>
      <td><p><a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Form.html#C1_Win_SuperTooltip_PopupEventArgs_Form">Form</a> that contains the tooltip.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></td>
      <td><span class="parametername">control</span></td>
      <td><p><a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Control.html#C1_Win_SuperTooltip_PopupEventArgs_Control">Control</a> that contains the tooltip text.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">location</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> that specifies the top left corner of the tooltip.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>String that will be displayed in the tooltip.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
