I am have an issue where I need to know when the mousewheel has stopped scrolling. I have a procedure that is started when the MouseWheel event is raised. This procedure just keeps going until I call Stop, which I need to do when the Mouse wheel is not being scrolled any more. I also can call stop right after I call start because of the jerkiness it causes. Does anyone have an idea how I can do that?