i am using numerical updown in my form,
there if i change the value itself a event should raise,
(eg:if i change the value from 6 to 7 in the numerical updown a event should raise)
i used ValueChange event for that, but that event is getting raised, only if the value is changing on mousewheel or on spinbutton.
if i enter the value on the numerical updown with keyboard,
that event is not raising.
Try using the
KeyPressevent.