ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemEventArgs Class / C1ComboBoxItemEventArgs Constructor
C1ComboBoxItem related with this event

In This Topic
    C1ComboBoxItemEventArgs Constructor
    In This Topic
    Initializes a new instance of the C1ComboBox class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As C1ComboBoxItem _
    )
    public C1ComboBoxItemEventArgs( 
       C1ComboBoxItem item
    )

    Parameters

    item
    C1ComboBoxItem related with this event
    See Also