Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
Correct Event for Numeric Editor?
posted

Hi,
I have a numeric editor in my toolbar with the spin buttons on.

I want to execute on update when they either hit the buttons up and down, OR typing in a new value. The issue is that I DON'T want to fire the event after every [single] key down, just after they are done editing. (perhaps they want to change the value from 5, to 50...I don't want the event to fire until they leave the control).

Now, there is a afterexitedit event..except that fires after the toolvaluechanged event. I suppose I could manually track what is going on with a boolean but maybe there is a single event I could use to do this?

Thanks