ComponentOne Input for WinForms
C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / DropDownItemClicked Event

In This Topic
    DropDownItemClicked Event
    In This Topic
    Occurs when a DropDownItem is clicked.
    Syntax
    'Declaration
     
    Public Event DropDownItemClicked As DropDownItemClickedEventHandler
    public event DropDownItemClickedEventHandler DropDownItemClicked
    Event Data

    The event handler receives an argument of type DropDownItemClickedEventArgs containing data related to this event. The following DropDownItemClickedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value that indicates whether the C1SplitButton should close the dropdown after the item is clicked or not.  
    Returns the clicked item.  
    See Also