ComponentOne Input for WinForms
DropDownItemClickedEventArgs Constructor

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DropDownItemClickedEventArgs Class : DropDownItemClickedEventArgs Constructor
The DropDownItem to store in this event.
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

Reference

DropDownItemClickedEventArgs Class
DropDownItemClickedEventArgs Members