ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / OnDropDownItemClicked Method
A DropDownItemClickedEventArgs that contains the event data.

In This Topic
    OnDropDownItemClicked Method
    In This Topic
    Raises DropDownItemClicked event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDropDownItemClicked( _
       ByVal e As DropDownItemClickedEventArgs _
    ) 
    protected virtual void OnDropDownItemClicked( 
       DropDownItemClickedEventArgs e
    )

    Parameters

    e
    A DropDownItemClickedEventArgs that contains the event data.
    See Also