Radio buttons and check boxes have a ____ event that occurs when the value in the control's Checked property changes.

A. CheckedChanged
B. TextChanged
C. ChangedChecked
D. TextChecked


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is true regarding VBScript classes?

a) Private class variables are not modifiable at runtime b) Private class variables can only be modified by Property Get methods c) Property Get and Property Set are Private methods. d) The Property Let method is used for non-object subtypes

Computer Science & Information Technology

What is the MAC broadcast address?

A. 0.0.0.0 B. 127.0.0.1 C. FF-FF-FF-FF-FF-FF D. 1.1.1.1

Computer Science & Information Technology

?Which of the following examples tests whetherxis equal to 5 oryis equal to 8?

A. ?(x === 5) && (y === 8) B. ?(x === 5) : (y === 8) C. ?(x === 5) || (y === 8) D. ?(x === 5) / (y === 8)

Computer Science & Information Technology

Adobe combines various related programs they have developed into packages referred to as _________________.

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

Computer Science & Information Technology