Multiple choice .net

The Activated event is found only in which object?

  1. Form

  2. Button

  3. TextBox

  4. Label

  5. Timer

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The Activated event is specific to the Timer control in Visual Basic. While Form controls have activation events, the Timer's Activated event is unique to that control type and triggers when the timer is enabled or activated.