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

In This Topic
    DropDownItemClicked Event (C1EditorToolStripColorPicker)
    In This Topic
    Syntax
    'Declaration
     
    Public Event DropDownItemClicked As System.Windows.Forms.ToolStripItemClickedEventHandler
    public event System.Windows.Forms.ToolStripItemClickedEventHandler DropDownItemClicked
    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