When a Form contains multiple Controls, you can create a separate event handler for each Control. However, you can also associate the same event handler with multiple Controls. Describe how to associate an existing event handler with a second Control using the IDE.

What will be an ideal response?


Suppose you create a Form that contains two Buttons. In the IDE, you can double-click the first Button and create an associated method such as button1_Click(object sender, EventArgs e). If you click the second Button so its properties are displayed in the IDE's Properties list, you can click the Events icon to see a list of events associated with this Button. If no Click event has been chosen yet, a list box is available. This list contains all the existing events that have the correct signature to be the event handler for the event. Because the button1_Click() handler can also handle a button2_Click event, you can select it as the event for button2.

Computer Science & Information Technology

You might also like to view...

If necessary, you can ____ to a rule.

A. specify exceptions B. add colors C. specify word limits D. add alerts

Computer Science & Information Technology

Different margins can be applied to different sections of a document

Indicate whether the statement is true or false

Computer Science & Information Technology

Validation ________ are the rules that dictate the type of data that can be entered

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Visual Basic statement "Dim objStudent As Student" will create and instantiate an object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology