I have a textbox
and 2 label
I would like to make that, whenever I change the value of the textbox:
label2 = textbox * label1
I tried using textbox_TextChanged but it requires me to click anywhere outside the textbox first.
Is there any way to make that the label2 will immediately change considering the value of the textbox regardless if there is any click or not?