Occurs when the SelectedIndex property has changed.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1ComboBoxEventHandler SelectedIndexChanged
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Action")> _
Public Event SelectedIndexChanged As C1ComboBoxEventHandler

See Also