Test Your Knowledge

Windows Forms - Lesson 3: Event Handling Quiz

Answer all questions to test your understanding

1 What is the most common way to wire up a Button click event?
2 Which event fires when a form first loads?
3 What does the FormClosing event allow you to do?
4 Which event fires when text in a TextBox changes?
5 What is the signature of a typical event handler in WinForms?