Hello,
Here is the problem,
My code exits out of the TextBox.OnValidating event
cleanly because the user has clicked on a menu that allows
the user to load another screen, when that screen is
unloaded and the cursor is back on the TextBox, I am
able to tab off the textbox without it running my
OnValidating event again, how do I get .Net to force the
validating event to be triggered as soon as I tab off in
ALL cases.
Please note the CauseValidated property is set to the
default value of true so I know that it should be
triggering in all cases but it does not in this case.
Please help,