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