The ModifiedChanged event of the TextBox will only be triggered once.

0
0

The ModifiedChanged event of the control will only be triggered once.

I know ModifiedChanged is a lazy event, But how to make it trigger every time it changes? Thanks.

Wisej version is 2.5.38

  • You must to post comments
0
0

Sure, here it is.

I was not entirely clear in my last answer. You’d have to use the TextChanged event in combination with a keyboard event handler to achieve what you want.
See sample and compare the 2 text boxes.

Best regards
Frank

Attachment
  • You must to post comments
0
0

Hi Frank,

If you could give me a small example, it would be very useful to me. Thank you!

  • You must to post comments
0
0

Hi Jingzhou

if you want to have it fired every time, you need to attach to a keyboard event of the textbox as well.

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.