R
Rainer Queck
Hi NG,
in a dynamically created tabpage I have a checkbox, which with its "Checked"
is bound (DataBindings.Add) to a bool property of one of my classes.
I realized, that the bool property of my class only gets updated if the
checkbox looses the focus.
Is there a way to forward the "Checked" to my class in the moment the user
clicks on the cbox, with out going the detour of the click-Event?
Thanks for help and hints.
Regards
Rainer
in a dynamically created tabpage I have a checkbox, which with its "Checked"
is bound (DataBindings.Add) to a bool property of one of my classes.
I realized, that the bool property of my class only gets updated if the
checkbox looses the focus.
Is there a way to forward the "Checked" to my class in the moment the user
clicks on the cbox, with out going the detour of the click-Event?
Thanks for help and hints.
Regards
Rainer