Is there an event in VB that similar to HTML mouseover and mouseout?

I couldn't find it and the best alternative I could find is mousemove. But mousemove event trigger even I move my mouse around the current object which result in the code under that event run and run again.

And I couldn't find mouseout event.

Thx