# C1.Win.SuperTooltip.C1SuperTooltipBase.Popup

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Popup" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Popup" class="text-break">Popup Event
</h1>
<div class="markdown level0 summary"><p>Fires before the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> is displayed.</p>
</div>
<div class="markdown level0 conceptual"></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_C1SuperTooltipBase_Popup_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event PopupEventHandler Popup</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Event Popup As PopupEventHandler</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.SuperTooltip.PopupEventHandler.html">PopupEventHandler</a></td>
      <td>Fires before the  is displayed.</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Popup_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>This event allows you to modify the location of the tooltip (by adjusting the <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Location.html#C1_Win_SuperTooltip_PopupEventArgs_Location">Location</a>
parameter), or to prevent the tooltip from being displayed (by setting the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs.cancel">Cancel</a> parameter.</p>
</div>
</div>
