newbie needs NumericUpDown events help

  • Thread starter Thread starter James Bond
  • Start date Start date
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
 
James,

Firstly what is the need to.... you can just take the new value and
remove your step value from it to obtain the previous value. I don't
believe any of the events in the UPDown control allow you at the value
before incrementation or drecrementation.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top