Hi,
Are there any restrictions or prerequisites on using the MouseHover event? I’ve been trying to use it with a picturebox and a panel but it never seems to fire.
Thanks
Nic
Hi Nic,
Two issues:
MouseMove
MouseEnter
MouseLeave
MouseWheel
KeyDown
KeyPress
KeyUp
QueryContinueDrag
DragDrop
DragEnter
DragOver
DragLeave
CellMouseEnter
CellMouseLeave
CellMouseMoveThese are events that we don’t want to fire all the times and that must have at least one handler attach. Once they are attached you can also override the corresponding On[Event] method.
Best,
Luca