C
Claire Reed
I have one textbox on a form, I want the validated event for that
textbox to fire when the user clicks away from that form (I have many
forms open at a time). Currently the validated event is not fired and
I think this happens because it is suppressed when a form is left. Is
that true? What is the best way to get the validated event for a
textbox to fire when a form is left in C#?
thanks for any help
Claire
textbox to fire when the user clicks away from that form (I have many
forms open at a time). Currently the validated event is not fired and
I think this happens because it is suppressed when a form is left. Is
that true? What is the best way to get the validated event for a
textbox to fire when a form is left in C#?
thanks for any help
Claire