[]
        
(Showing Draft Content)

C1.WinUI.Core.C1HoverHelper

C1HoverHelper Class

Cross-platform helper for listening to pointer hovering events.

Inheritance
C1HoverHelper
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1HoverHelper

Constructors

Name Description
C1HoverHelper(FrameworkElement)

Initializes a new instance of the C1HoverHelper class.

Methods

Name Description
FinalizeHelper()

Detaches all the events handlers.

Events

Name Description
PointerEntered

Occurs when the pointer enters the bounds of the element.

PointerExited

Occurs when the pointer exited the bounds of the element.

PointerMoved

Occurs when the pointer moves over the bounds of the element.