I have a numericUpDown control (Windows Forms).

I want to listen to the ValueChanged event.
I set it in the properties and it works.
But:
I want that i can "scroll" up or down. (If I make this longer it will be faster)
When I'm done with the "scroll", I want that the event xyz is fired now and not during the scrolling.
How can I do that?