C1ComboBoxEventHandler Delegate
Represents the method that will handle
C1ComboBox.SelectedIndexChanged event.
'Declaration
Public Delegate Sub C1ComboBoxEventHandler( _
ByVal As System.Object, _
ByVal As C1ComboBoxEventArgs _
)
Parameters
- sender
- The source of the event.
- args
- An C1ComboBoxEventArgs that contains event data.