I am trying to create a hover effect when mouse moves into an image and away from it, but as there is only a MouseMoved event once the first can be achieved. how to emulate a hover effect when mouse leaves the image? Btw when I change image from the Mainform MouseMoved event it overrides the one in the image, so the image in ImageView is not shown. The same with showing info in a label when pointing at the image.