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
Try the Leave event. Navigate to the Property page for your control.
Leave
You can simply type the name of the method you'll be creating. Press Enter and Visual Studio will create the method for you.