Validating event not firing for a checkbox

  • Thread starter Thread starter Marina
  • Start date Start date
M

Marina

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top