# C1.Blazor.Input.PopupTrigger

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Blazor_Input_PopupTrigger" data-uid="C1.Blazor.Input.PopupTrigger" class="text-break">PopupTrigger Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies actions that trigger open/close the Popup controls.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Input.html">C1.Blazor.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Input.dll</h6>
  <h5 id="C1_Blazor_Input_PopupTrigger_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PopupTrigger</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">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_Blazor_Input_PopupTrigger_Blur">Blur</td>
        <td><p>When the owner element or the popup lose focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_BlurOwner">BlurOwner</td>
        <td><p>When the owner element loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_BlurPopup">BlurPopup</td>
        <td><p>When the popup loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_Click">Click</td>
        <td><p>When the user clicks the owner element or the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_ClickOwner">ClickOwner</td>
        <td><p>When the user clicks the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_ClickPopup">ClickPopup</td>
        <td><p>When the user clicks the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_HoverOwner">HoverOwner</td>
        <td><p>When the mouse hover the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_Leave">Leave</td>
        <td><p>When the mouse leaves the owner element or the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_PopupTrigger_None">None</td>
        <td><p>No triggers; popups must be opened and closed using code.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
