# C1.WinUI.Core.C1HoverHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Core_C1HoverHelper" data-uid="C1.WinUI.Core.C1HoverHelper" class="text-break">C1HoverHelper Class
</h1>
  <div class="markdown level0 summary"><p>Cross-platform helper for listening to pointer hovering events.</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"><span class="xref">C1HoverHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Core.html">C1.WinUI.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Core.dll</h6>
  <h5 id="C1_WinUI_Core_C1HoverHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HoverHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HoverHelper</code></pre>
  </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="C1_WinUI_Core_C1HoverHelper__ctor_Microsoft_UI_Xaml_FrameworkElement_" data-uid="C1.WinUI.Core.C1HoverHelper.#ctor(Microsoft.UI.Xaml.FrameworkElement)">
          <a class="xref" href="C1.WinUI.Core.C1HoverHelper.-ctor.html#C1_WinUI_Core_C1HoverHelper__ctor_Microsoft_UI_Xaml_FrameworkElement_">C1HoverHelper(FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WinUI.Core.C1HoverHelper.html">C1HoverHelper</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_Core_C1HoverHelper_FinalizeHelper" data-uid="C1.WinUI.Core.C1HoverHelper.FinalizeHelper">
          <a class="xref" href="C1.WinUI.Core.C1HoverHelper.FinalizeHelper.html#C1_WinUI_Core_C1HoverHelper_FinalizeHelper">FinalizeHelper()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches all the events handlers.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_Core_C1HoverHelper_PointerEntered" data-uid="C1.WinUI.Core.C1HoverHelper.PointerEntered">
          <a class="xref" href="C1.WinUI.Core.C1HoverHelper.PointerEntered.html">PointerEntered</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the pointer enters the bounds of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1HoverHelper_PointerExited" data-uid="C1.WinUI.Core.C1HoverHelper.PointerExited">
          <a class="xref" href="C1.WinUI.Core.C1HoverHelper.PointerExited.html">PointerExited</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the pointer exited the bounds of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Core_C1HoverHelper_PointerMoved" data-uid="C1.WinUI.Core.C1HoverHelper.PointerMoved">
          <a class="xref" href="C1.WinUI.Core.C1HoverHelper.PointerMoved.html">PointerMoved</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the pointer moves over the bounds of the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
