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

In This Topic
    ItemClicked Event (C1EditorToolStripBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ItemClicked As System.Windows.Forms.ToolStripItemClickedEventHandler
    public event System.Windows.Forms.ToolStripItemClickedEventHandler ItemClicked
    Event Data

    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.

    PropertyDescription
    Gets the item that was clicked on the System.Windows.Forms.ToolStrip.  
    See Also