Multiple choice .net The Activated event is found only in which object? Form Button TextBox Label 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.