View.HoverChanged Event
Occurs when the Hover property has been modified.
Thread safety: The operations that add and remove event handlers are thread-safe.
Syntax
public event System.EventHandler HoverChanged
Platforms
Windows, Linux, Android
Occurs when the Hover property has been modified.
public event System.EventHandler HoverChanged
Windows, Linux, Android
In this article
Occurs when the hover property has been modified.
public:
void addHoverChangedHandler(
ViewEventHandler handler,
void* data
)
void removeHoverChangedHandler(
ViewEventHandler handler
)
Windows, Linux, Android
In this article
Occurs when the hover property has been modified.
public final void addHoverChangedListener(
HoverChangedListener listener
)
public final void removeHoverChangedListener(
HoverChangedListener listener
)
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article