.net - How would I get a numeric up down to wait until user is finished typing? -


almost same question .net --- textbox control - wait till user done typing

but numericupdown says on textchanged event:

(this event supports .net framework infrastructure , not intended used directly code.)

. want user able type number , if key not pressed after interval (500ms example) valuechanged event fires (or custom method call made).

i'd rather not go using textbox vscroll bar, there way or... msdn warning isn't justified use case?

use valuechanged.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -