Multiple choice In visual basic, which of the following events is fired when you press the key? KeyUp event KeyDown event KeyPress event GotFocus event LostFocus event Reveal answer Fill a bubble to check yourself B Correct answer Explanation KeyDown event fires when you press the key.