nerdexam
GIAC

GSSP-NET · Question #407

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 D. An object parameter representing the sender of the event and an instance of. 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 add a button control to a form named form1. You want to retrieve more information about the mouse event. You use the MouseClick event in your application. Which of the following parameters will you pass to the event handler of the MouseClick event?

Options

  • AAn object parameter representing the sender of the event and an instance of
  • BAn object parameter representing the sender of the event and an EventArgs parameter "
  • CAn object parameter representing the sender of the event and an instance of
  • DAn object parameter representing the sender of the event and an instance of

How the community answered

(30 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    13% (4)
  • D
    73% (22)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice