C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.ToolStrips Namespace > C1EditorToolStripStyle Class : ItemClicked Event |
'Declaration Public Event ItemClicked As System.Windows.Forms.ToolStripItemClickedEventHandler
public event System.Windows.Forms.ToolStripItemClickedEventHandler ItemClicked
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. |