Initializes a new instance of the C1ComboBox class.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public C1ComboBoxItemEventArgs(
	C1ComboBoxItem item
)
Visual Basic (Declaration)
Public Sub New ( _
	item As C1ComboBoxItem _
)

Parameters

item
Type: C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItem
C1ComboBoxItem related with this event

See Also