Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripMain Class / ItemAdded Event

In This Topic
    ItemAdded Event (C1EditorToolStripMain)
    In This Topic
    Syntax
    '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.

    PropertyDescription
    Gets a System.Windows.Forms.ToolStripItem for which to handle events.  
    See Also