Hi,

If users change the value of NumericUpDown by clicking the arrows, this
change can be trapped with the .ValueCHanged event. But .ValueCHanged will
not work if users change from keyboard?
How do I trap all changes in NumericUpDown no matter if instigated from
arrow keys or from keyboard or even from Cut/Paste

Re: NumericUpDOwn by Amy

Amy
Tue Apr 11 22:00:19 CDT 2006

I usually also set the keypress event and update the value with that as well
to get around this.

Amy

"Z" <Z@discussions.microsoft.com> wrote in message
news:FA6216F2-BAB6-4547-8B10-96DEC347109C@microsoft.com...
> Hi,
>
> If users change the value of NumericUpDown by clicking the arrows, this
> change can be trapped with the .ValueCHanged event. But .ValueCHanged will
> not work if users change from keyboard?
> How do I trap all changes in NumericUpDown no matter if instigated from
> arrow keys or from keyboard or even from Cut/Paste