Multiple MouseHover events in a Control
Posted
by triton
on Stack Overflow
See other posts from Stack Overflow
or by triton
Published on 2009-05-01T02:08:09Z
Indexed on
2010/03/28
18:03 UTC
Read the original article
Hit count: 276
I'm trying to implement a custom control in C# and I need to get events when the mouse is hovered. I know there is the MouseHover event but it only fires once. To get it to fire again I need to take the mouse of the control and enter it again.
Is there any way I can accomplish this?
© Stack Overflow or respective owner