'Declaration Public Delegate Sub C1ComboBoxItemEventHandler( _ ByVal sender As System.Object, _ ByVal args As C1ComboBoxItemEventArgs _ )
public delegate void C1ComboBoxItemEventHandler( System.object sender, C1ComboBoxItemEventArgs args )
Parameters
- sender
- The source of the event.
- args
- An C1ComboBoxItemEventArgs that contains event data.