Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1SplitButton Class / ItemClicked Event

In This Topic
    ItemClicked Event (C1SplitButton)
    In This Topic
    Occurs when a SplitButtonItem is clicked.
    Syntax
    'Declaration
     
    
    Public Event ItemClicked As EventHandler(Of ItemClickedEventArgs)
    public event EventHandler<ItemClickedEventArgs> ItemClicked
    Event Data

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

    PropertyDescription
    Gets the clicked item.  
    See Also