NumericUpDown ValueChanged event not working on entering values

Viewed 3618

Event not activates on entering values by using numbers on keyboard. It only activates when you use the up and down arrows. What I want is, It must activate on every keyboard stroke like textbox textchanged event.

I've tried few things but user had to press enter for activating the event. I don't want that.

It must be same like textbox event. Any ideas ? or another tool maybe ?

1 Answers
Related