C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.ToolStrips Namespace > C1EditorToolStripObjects Class : ItemRemoved Event |
'Declaration Public Event ItemRemoved As System.Windows.Forms.ToolStripItemEventHandler
public event System.Windows.Forms.ToolStripItemEventHandler ItemRemoved
The event handler receives an argument of type System.Windows.Forms.ToolStripItemEventArgs containing data related to this event. The following ToolStripItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets a System.Windows.Forms.ToolStripItem for which to handle events. |