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

In This Topic
    OnClientSelectedIndexChanged Property
    In This Topic
    A function called after the selected index of the C1ComboBox has changed.
    Syntax
    'Declaration
     
    Public Property OnClientSelectedIndexChanged As System.String
    public System.string OnClientSelectedIndexChanged {get; set;}
    See Also