Multiple choice

In CmdSave_Click()

  1. CmdSave() is the procedure

  2. CmdSave_Click() is the procedure

  3. Press is an event

  4. None of these

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

CmdSave_Click() is a complete event procedure name that includes the object name (CmdSave), underscore, event name (Click), and parameter list. This is the full signature of the button click event handler.