C1ComboBoxItemEventHandler Delegate
Represents the method that will handle an data binding events of
C1ComboBox. Such as
C1ComboBox.BoundItemCreated event and
C1ComboBox.ItemDataBinding event.
'Declaration
Public Delegate Sub C1ComboBoxItemEventHandler( _
ByVal As System.Object, _
ByVal As C1ComboBoxItemEventArgs _
)
Parameters
- sender
- The source of the event.
- args
- An C1ComboBoxItemEventArgs that contains event data.