J
James Bond
I can't figure out what event, if any, takes place when the up or down
arrow is pressed on the control by the user but before the value is
actually incremented. Is there such an event, and if so what is it?
Everything that makes sense to me (click event and mouse down were a couple
I have tried) seem to fire after the value has been incremented/decremented
(as evidenced by my placing in these events the code "Label1.Text =
NumericUpDown1.Text" and noting that I always see the incremented value and
not the old value).
TIA for your help.
JB
arrow is pressed on the control by the user but before the value is
actually incremented. Is there such an event, and if so what is it?
Everything that makes sense to me (click event and mouse down were a couple
I have tried) seem to fire after the value has been incremented/decremented
(as evidenced by my placing in these events the code "Label1.Text =
NumericUpDown1.Text" and noting that I always see the incremented value and
not the old value).
TIA for your help.
JB