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