Hi,
I am generically adding a handler for the Validating event of various
controls. When added to a checkbox, the event never fires. Any solution
here?
Bonnie Berent [C# MVP] - 04 Apr 2005 05:43 GMT
The Validating (and the Validated) for a CheckBox won't fire until you tab
out of the CheckBox control. Perhaps you want the CheckedChanged event
instead?
~~Bonnie
> Hi,
>
> I am generically adding a handler for the Validating event of various
> controls. When added to a checkbox, the event never fires. Any solution
> here?