ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / SelectedIndexChanged Event

In This Topic
    SelectedIndexChanged Event
    In This Topic
    Occurs when selected index of C1ComboBox is changed(with postback).
    Syntax
    '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.

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