'Declaration Public Event DropDownItemClicked As System.Windows.Forms.ToolStripItemClickedEventHandler
public event System.Windows.Forms.ToolStripItemClickedEventHandler DropDownItemClicked
Event Data
The event handler receives an argument of type System.Windows.Forms.ToolStripItemClickedEventArgs containing data related to this event. The following ToolStripItemClickedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClickedItem | Gets the item that was clicked on the System.Windows.Forms.ToolStrip. |
See Also