ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemClickedEventHandler Delegate

In This Topic
    DropDownItemClickedEventHandler Delegate
    In This Topic
    Represents the method that will handle the DropDownItemClicked event of the C1SplitButton class.
    Syntax
    'Declaration
     
    Public Delegate Sub DropDownItemClickedEventHandler( _
       ByVal sender As Object, _
       ByVal e As DropDownItemClickedEventArgs _
    ) 
    public delegate void DropDownItemClickedEventHandler( 
       object sender,
       DropDownItemClickedEventArgs e
    )

    Parameters

    sender
    e
    See Also