ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / OnClientSelectedIndexChanging Property

In This Topic
    OnClientSelectedIndexChanging Property
    In This Topic
    A function called when the selected index of the C1ComboBox is about to change.
    Syntax
    'Declaration
     
    Public Property OnClientSelectedIndexChanging As System.String
    public System.string OnClientSelectedIndexChanging {get; set;}
    See Also