# C1.Web.Mvc.PopupTrigger

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_PopupTrigger" data-uid="C1.Web.Mvc.PopupTrigger" class="text-break">PopupTrigger Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies actions that trigger showing and hiding Popup controls.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_PopupTrigger_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PopupTrigger</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum PopupTrigger</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_Blur">Blur</td>
        <td><p>When the owner element or the popup lose focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_BlurOwner">BlurOwner</td>
        <td><p>When the owner element loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_BlurPopup">BlurPopup</td>
        <td><p>When the popup loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_Click">Click</td>
        <td><p>When the user clicks the owner element or the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_ClickOrBlur">ClickOrBlur</td>
        <td><p>When the owner element or the popup are clicked or lose focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_ClickOwner">ClickOwner</td>
        <td><p>When the user clicks the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_ClickPopup">ClickPopup</td>
        <td><p>When the user clicks the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_Down">Down</td>
        <td><p>When the mouse button is pressed over the owner element or the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_DownOwner">DownOwner</td>
        <td><p>When the mouse button is pressed over the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_DownPopup">DownPopup</td>
        <td><p>When the mouse button is pressed over the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_Enter">Enter</td>
        <td><p>When the mouse enters the owner element or the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_EnterOwner">EnterOwner</td>
        <td><p>When the mouse enters the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_EnterPopup">EnterPopup</td>
        <td><p>When the mouse enters the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_Leave">Leave</td>
        <td><p>When the mouse leaves the owner element or the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_LeaveOwner">LeaveOwner</td>
        <td><p>When the mouse leaves the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_LeavePopup">LeavePopup</td>
        <td><p>When the mouse leaves the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupTrigger_None">None</td>
        <td><p>No triggers; popups must be shown and hidden using code.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
