Posted 27 September 2017, 9:08 pm EST
Hello,
If a C1NumericEdit has text (“3”), if a user highlights the text and changes it (“4”), the C1NumericEdit will fire two TextChanged events. The first will be a textchange to an empty string (“”), and then the second event will be for the actual change (“4”). Would it be possible to have C1NumericEdit fire only one event if the user replaces the text in the control? (ie: “3” → “4”)
Thank you