I have phone and email textboxes on a Windows Form that I want to validate when the user leaves the fields.
When I double click the textbox in Visual Studio form des
There's an OnLostFocus event for controls. You should be able to use that.
OnLostFocus