If you are only interested in mouse clicks, you should not handle the ________ event.

a) MouseUp
b) MouseMove
c) MouseDown
d) MouseEventArgs
e) Both a. and c.


b) MouseMove

Computer Science & Information Technology

You might also like to view...

What is the significance of the second function argument in the following line?

``` window.setInterval( "run()", 100 ); ``` a) The value sets how many times to call the function specified in the first argument. b) The value sets how long the function is run for. c) The value sets how often to run the function. d) The value sets the time to wait before calling the function once.

Computer Science & Information Technology

Use this view to read but not edit a document

a. Read Mode b. Outline c. Draft

Computer Science & Information Technology

________ format is the default format for numbers

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

To enter enable mode, type ____ at the command-line prompt and then press Enter.

A. enable B. mode -enable C. enable on D. set enable

Computer Science & Information Technology