KeyUp / KeyDown alternative for languages ​​like Japanese, Chinese and Korean?

In TextBoxI cannot capture keystrokes for languages ​​with special IMEs such as Japanese and Korean, because IME constantly solves different characters or syllables. KeyUp / KeyDown does not actually start most of the time (backspace will fire if the IME is not in the middle of the solution).

I need to capture text in a TextBox before pressing Enter.

Could you offer an offer?

+3
source share
1 answer

Instead, you can test the changes in the text box.

0
source

All Articles