'Declaration Public Event ItemRemoved As System.Windows.Forms.ToolStripItemEventHandler
public event System.Windows.Forms.ToolStripItemEventHandler ItemRemoved
Event Data
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. |
See Also