Hi guys.
I have an issue with TextChanged not being triggered if the TextBox is in a Form launched as a Dialog. It will only trigger once it looses focus.
Can you reproduce this from your side?
Thanks.
Ivan
(Wisej 2.2.54.0 – VS 2019 – C#)
Hi Ivan,
this is intended behavior.
You can use the ModifiedChanged event if you want to interact directly.
Best regards
Frank
To clarify, TextChanged fires when the Text property changes. It doesn’t matter where the TextBox is located.
Hi Frank.
Thank you, that did the trick!
Cheers.
Ivan
Please login first to submit.