GSSP-NET · Question #355
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Windows Forms application using .NET Framework 3.5…
The correct answer is A. In the designer, select the control. In the Properties window, click the lightening bolt button C. Double-click the entry for the event to create the default event handler. This creates the D. Add the code that you want to execute to the new method when the event is raised. See the full explanation below for the reasoning.
Question
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Windows Forms application using .NET Framework 3.5. You want to create a default event handler for an event in the designer. Which of the following steps will you take to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.
Options
- AIn the designer, select the control. In the Properties window, click the lightening bolt button
- BIn the Code Editor, create a method with a signature that is the same as the signature of
- CDouble-click the entry for the event to create the default event handler. This creates the
- DAdd the code that you want to execute to the new method when the event is raised.
How the community answered
(61 responses)- A75% (46)
- B25% (15)
Community Discussion
No community discussion yet for this question.