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