ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxEventArgs Class / NewSelectedIndex Property

In This Topic
    NewSelectedIndex Property
    In This Topic
    Gets the new SelectedIndex.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewSelectedIndex As System.Integer
    public System.int NewSelectedIndex {get;}
    See Also