'Declaration Public Event SelectedIndexChanged As C1ComboBoxEventHandler
public event C1ComboBoxEventHandler SelectedIndexChanged
Event Data
The event handler receives an argument of type C1ComboBoxEventArgs containing data related to this event. The following C1ComboBoxEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewSelectedIndex | Gets the new SelectedIndex. |
OldSelectedIndex | Gets the old SelectedIndex. |
See Also