I am using numerical update in my form,
there, if I change the value that the event should raise (for example: if I change the value from 6 to 7 in a numerical update, the event should raise) I used the ValueChange event to do this, but this event only gets raised if the value changes on wheels mouse or spinbaunt. if I enter a value for a numerical update using the keyboard, this event does not raise.
source share