Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I'm not sure whether there is a MS knowledge base article on the problem. From what I have been able to tell personally, if you change the focus from one control to another control, the event fires. However, ToolStripMenuItems do not derive from Control, they derive from Component, so they cannot hold focus, and the focus is never switched from the textbox to the button, so the Validating/Validated events never fire on the textbox. It's more of a design issue than a bug, and I'm sure that if you register a bug report with MS, they will just mark it with "By Design" and close it.
|