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

In This Topic
    OnClientSelect Property
    In This Topic
    A function called when any item in list is selected.
    Syntax
    'Declaration
     
    Public Property OnClientSelect As System.String
    public System.string OnClientSelect {get; set;}
    See Also