Hi
I have a NumericUpDown that triggers quite a substantial amount of calculations when its value is changed.
Therefore it would surely be prudent to not have this firing on every increment if the user wants to use the buttons to change the value through a lot of increments by holding the button down.
Is there a way to prevent the valuechanged event firing until they actually release the button?
Many thanks in advance.
I have a NumericUpDown that triggers quite a substantial amount of calculations when its value is changed.
Therefore it would surely be prudent to not have this firing on every increment if the user wants to use the buttons to change the value through a lot of increments by holding the button down.
Is there a way to prevent the valuechanged event firing until they actually release the button?
Many thanks in advance.
Comment