While each item has its own methods and properties, it only has one event procedure—Click. In other words, when the program is running, the code will only execute when you click on that menu item (or programmatically call the click code, which simulates a user clicking the menu item). No other event can execute the code.