Multiple choice In CmdSave_Click() CmdSave() is the procedure CmdSave_Click() is the procedure Press is an event 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.