ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxEventArgs Class / OldSelectedIndex Property

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