C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / SelectedIndexChanged Event

SelectedIndexChanged Event (C1ComboBox)
Occurs when selected index of C1ComboBox is changed(with postback).
Syntax
'Declaration
 
Public Event SelectedIndexChanged As C1ComboBoxEventHandler
 
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.

PropertyDescription
Gets the new SelectedIndex.  
Gets the old SelectedIndex.  
See Also