C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxEventHandler Delegate
The source of the event.
An C1ComboBoxEventArgs that contains event data.

In This Topic
C1ComboBoxEventHandler Delegate
In This Topic
Represents the method that will handle C1ComboBox.SelectedIndexChanged event.
Syntax
'Declaration
 
Public Delegate Sub C1ComboBoxEventHandler( _
   ByVal sender As System.Object, _
   ByVal args As C1ComboBoxEventArgs _
) 
 

Parameters

sender
The source of the event.
args
An C1ComboBoxEventArgs that contains event data.
See Also