Represents the method that will handle an data binding events of C1ComboBox. Such as BoundItemCreated event and ItemDataBinding event.

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

Syntax

C#
public delegate void C1ComboBoxItemEventHandler(
	Object sender,
	C1ComboBoxItemEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub C1ComboBoxItemEventHandler ( _
	sender As Object, _
	args As C1ComboBoxItemEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
args
Type: C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItemEventArgs
An C1ComboBoxItemEventArgs that contains event data.

See Also