ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemClickedEventArgs Class / DropDownItemClickedEventArgs Constructor
The DropDownItem to store in this event.

In This Topic
    DropDownItemClickedEventArgs Constructor
    In This Topic
    Initializes a new instance of the DropDownItemClickedEventArgs class for the specified control.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal clickedItem As DropDownItem _
    )
    public DropDownItemClickedEventArgs( 
       DropDownItem clickedItem
    )

    Parameters

    clickedItem
    The DropDownItem to store in this event.
    See Also