[]
Cross-platform helper for listening to pointer hovering events.
public class C1HoverHelper
Name | Description |
---|---|
C1HoverHelper(FrameworkElement) | Initializes a new instance of the C1HoverHelper class. |
Name | Description |
---|---|
FinalizeHelper() | Detaches all the events handlers. |
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. |