Occurs when the System.Windows.Forms.ToolStripDropDown has opened.
This event occurs when the user clicks the drop down item or when you call the ToolStripDropDownItem.ShowDropDown method. You can use this event to dynamically populate the System.Windows.Forms.ToolStripDropDown.
For more information about handling events, see Consuming Events.