Which is not a common control event?

  1. Click

  2. SingleClick

  3. DoubleClick

  4. MouseMove

  5. MouseDown


Correct Option: B

AI Explanation

To answer this question, you need to understand common control events in the context of user interfaces. Let's go through each option to understand why it is correct or incorrect:

Option A) Click - This option is a common control event. It is triggered when a user clicks on a control, such as a button or a link.

Option B) SingleClick - This option is incorrect because it is not a common control event. There is no specific control event called "SingleClick" in most user interface frameworks or libraries.

Option C) DoubleClick - This option is a common control event. It is triggered when a user rapidly clicks twice on a control.

Option D) MouseMove - This option is a common control event. It is triggered when a user moves the mouse pointer over a control.

Option E) MouseDown - This option is a common control event. It is triggered when a user presses and holds the mouse button on a control.

The correct answer is B) SingleClick. This option is incorrect because it is not a common control event.

Find more quizzes: